Fix bazel ci (#1504)

This is a temporary fix until I can do
https://bazel.build/external/migration
This commit is contained in:
walkingeyerobot
2024-12-13 21:39:55 -05:00
committed by GitHub
parent 3d6d8ee910
commit ce1d281ce6
2 changed files with 12 additions and 9 deletions

View File

@@ -240,11 +240,13 @@ jobs:
- run:
name: install bazel
command: |
apt-get install -q -y bazel
apt-get install -q -y bazel-7.4.1
- run: test/test_bazel.sh
test-bazel-mac-arm64:
executor: mac_arm64
environment:
USE_BAZEL_VERSION: "7.4.1"
steps:
- checkout
- run: