Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 48cb3b4

Browse files
authored
ci: upgrade builds to use Bazel 2.0.0 (#154)
1 parent 2bf8a3d commit 48cb3b4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ci/etc/install-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
set -eu
1717

18-
GOOGLE_CLOUD_CPP_BAZEL_VERSION="1.0.0"
18+
GOOGLE_CLOUD_CPP_BAZEL_VERSION="2.0.0"
1919
readonly GOOGLE_CLOUD_CPP_BAZEL_VERSION
2020

2121
GOOGLE_CLOUD_CPP_CLOUD_SDK_VERSION="266.0.0"

ci/kokoro/windows/build.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
@REM See the License for the specific language governing permissions and
1313
@REM limitations under the License.
1414

15+
REM Install Bazel using Chocolatey
16+
choco install -y bazel --version 2.0.0
17+
1518
REM Configure the environment to use MSVC 2019 and then switch to PowerShell.
1619
call "c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
1720

0 commit comments

Comments
 (0)