Skip to content

Commit b0571e6

Browse files
authored
Upgrade to bazel 7.5.0 (envoyproxy#38268)
Bazel 7.5.0 lands the coverage changes needed to drop the hack in `.github/workflows/mobile-coverage.yml`. Risk Level: Low Testing: CI Signed-off-by: Alejandro R. Sedeño <[email protected]>
1 parent 9984cde commit b0571e6

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.0
1+
7.5.0

.github/workflows/mobile-coverage.yml

-7
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ jobs:
5858
run: |
5959
cd mobile
6060
tar -czf coverage.tar.gz generated/coverage
61-
# TODO(phlax): This is a highly undesirable workaround - remove once
62-
# https://github.com/bazelbuild/bazel/issues/23247 is resolved/available
63-
steps-pre: |
64-
- name: Inject bazel version
65-
shell: bash
66-
run: |
67-
echo "7.1.2" > .bazelversion
6861
target: mobile-coverage
6962
timeout-minutes: 120
7063
upload-name: coverage.tar.gz

0 commit comments

Comments
 (0)