Skip to content

Commit

Permalink
bazel: Bump version -> 7.4.0 (envoyproxy#37864)
Browse files Browse the repository at this point in the history
the current bazel version is flakey and is triggering at least one build
issue for downstreams

the only reason we are using it is due to broken env vars in later
versions that fails our mobile/coverage ci

this PR bumps the version to 7.x latest and worksaround the
mobile/coverage issue by injecting the known working bazel version for
that ci alone

Fix envoyproxy#37857 
Fix envoyproxy#37852

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Jan 3, 2025
1 parent 47231ff commit a505621
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.2
7.4.0
7 changes: 7 additions & 0 deletions .github/workflows/mobile-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ 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 a505621

Please sign in to comment.