Skip to content

Commit

Permalink
Remove USE_BAZEL_VERSION from .bazelci/postsubmit.yml and .bazelci/pr…
Browse files Browse the repository at this point in the history
…esubmit.yml

Bazel 7.2.0 has been released and the fix for #21604 is included.

PiperOrigin-RevId: 644998185
Change-Id: Idbb39dd858dfde20d960899d7d69d56562ff80d5
  • Loading branch information
meteorcloudy authored and copybara-github committed Jun 20, 2024
1 parent b587a05 commit ce96a4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .bazelci/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,6 @@ tasks:
rbe_ubuntu2004:
platform: ubuntu2004
name: "RBE"
environment:
# Use last_green to pickup the fix for https://github.com/bazelbuild/bazel/issues/21604.
# TODO(chiwang): Remove this after Bazel 7.2.0 is released.
USE_BAZEL_VERSION: last_green
shell_commands:
- sed -i.bak
-e 's/^# android_sdk_repository/android_sdk_repository/'
Expand Down
4 changes: 0 additions & 4 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,6 @@ tasks:
rbe_ubuntu2004:
platform: ubuntu2004
name: "RBE"
environment:
# Use last_green to pickup the fix for https://github.com/bazelbuild/bazel/issues/21604.
# TODO(chiwang): Remove this after Bazel 7.2.0 is released.
USE_BAZEL_VERSION: last_green
shell_commands:
- sed -i.bak
-e 's/^# android_sdk_repository/android_sdk_repository/'
Expand Down

0 comments on commit ce96a4c

Please sign in to comment.