Skip to content

Commit 40ca236

Browse files
Update Bazel to 6.2.0 and remove bazel install scripts (#452)
## What is the goal of this PR? We update the `.bazelversion` to 6.2.0 and remove the bazel install scripts. CI installations that want to use Bazel should instead download and use Bazelisk to align with the rest of the organisation's Bazel usage. ## What are the changes implemented in this PR? * Update bazelversion to 6.2.0 * Remove bazel install scripts
1 parent ae1a650 commit 40ca236

File tree

4 files changed

+2
-34
lines changed

4 files changed

+2
-34
lines changed

.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.1
1+
6.2.0

tool/bazelinstall/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package(default_visibility = ["//visibility:public"])
22

3-
exports_files([ "linux.sh", "mac.sh", "remote_cache_setup.sh" ])
3+
exports_files([ "remote_cache_setup.sh" ])

tool/bazelinstall/linux.sh

-16
This file was deleted.

tool/bazelinstall/mac.sh

-16
This file was deleted.

0 commit comments

Comments
 (0)