Skip to content

Commit

Permalink
Upgrade Bazel and Bazelisk version (#2118)
Browse files Browse the repository at this point in the history
  • Loading branch information
cngzhnp authored Apr 27, 2023
1 parent 6ca0d68 commit 2fd3d35
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
5.4.1
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 2fd3d35

Please sign in to comment.