Skip to content

Commit 0fe7386

Browse files
ahumeskycopybara-github
authored andcommitted
Use bazel 7.4.0 in presubmit because 8.0 / last_green removes the native java, shell, and python rules, which we need to fix in rules_android at head and its dependencies.
PiperOrigin-RevId: 688729475 Change-Id: I7b8acf7c4a70b10144b6b668071fd5cd79f06a8e
1 parent e7729c6 commit 0fe7386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kokoro/presubmit/presubmit_main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function main() {
5555
echo "== installing bazelisk ========================================="
5656
bazel_install_dir=$(mktemp -d)
5757
BAZELISK_VERSION="1.18.0"
58-
export USE_BAZEL_VERSION="last_green"
58+
export USE_BAZEL_VERSION="7.4.0"
5959
DownloadBazelisk "$BAZELISK_VERSION" linux amd64 "$bazel_install_dir"
6060
bazel="$bazel_install_dir/bazel"
6161
echo "============================================================="

0 commit comments

Comments
 (0)