build system: use env var for bazel version in CI (#1098)

This commit is contained in:
Ezekiel Warren
2023-12-14 00:16:11 -08:00
committed by GitHub
parent bdea65d500
commit 1fb1027036
5 changed files with 4 additions and 1 deletions

1
.bazeliskrc Normal file
View File

@@ -0,0 +1 @@
USE_BAZEL_VERSION=6.x

View File

@@ -1 +0,0 @@
6.3.2

View File

@@ -16,3 +16,5 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: bazelisk test --config=ci ... - run: bazelisk test --config=ci ...
working-directory: test working-directory: test
env:
USE_BAZEL_VERSION: 6.x

0
WORKSPACE Normal file
View File

View File

@@ -0,0 +1 @@
# SEE MODULE.bazel