Skip to content

Commit

Permalink
Upgrade to bazel 7.5.0 (#38268)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
asedeno authored Jan 31, 2025
1 parent 9984cde commit b0571e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.0
7.5.0
7 changes: 0 additions & 7 deletions .github/workflows/mobile-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ jobs:
run: |
cd mobile
tar -czf coverage.tar.gz generated/coverage
# TODO(phlax): This is a highly undesirable workaround - remove once
# https://github.com/bazelbuild/bazel/issues/23247 is resolved/available
steps-pre: |
- name: Inject bazel version
shell: bash
run: |
echo "7.1.2" > .bazelversion
target: mobile-coverage
timeout-minutes: 120
upload-name: coverage.tar.gz
Expand Down

0 comments on commit b0571e6

Please sign in to comment.