Skip to content

Commit

Permalink
Upgrade Bazel version from 4.2.0 to 6.1.2 and Bazelisk version from 1…
Browse files Browse the repository at this point in the history
….10.1 to 1.16.0
  • Loading branch information
cngzhnp committed Apr 24, 2023
1 parent a39e8b5 commit 045a41b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.0
6.1.2
2 changes: 1 addition & 1 deletion ci/install_bazelisk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set -e

BAZELISK_VERSION=v1.10.1
BAZELISK_VERSION=v1.16.0

wget -O /usr/local/bin/bazel https://github.com/bazelbuild/bazelisk/releases/download/$BAZELISK_VERSION/bazelisk-linux-amd64
chmod +x /usr/local/bin/bazel
2 changes: 1 addition & 1 deletion ci/install_windows_bazelisk.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$ErrorActionPreference = "Stop"
trap { $host.SetShouldExit(1) }

$BAZELISK_VERSION="1.7.4"
$BAZELISK_VERSION="1.16.0"
$CWD=(Get-Item -Path ".\").FullName
(new-object System.Net.WebClient). `
DownloadFile("https://github.com/bazelbuild/bazelisk/releases/download/v$BAZELISK_VERSION/bazelisk-windows-amd64.exe",
Expand Down

0 comments on commit 045a41b

Please sign in to comment.