Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Appu Goundan <[email protected]>
  • Loading branch information
loosebazooka committed Sep 13, 2024
1 parent fcacaeb commit c6fe72b
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions .cloudbuild/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ mkdir .logs
./bazel-remote --max_size 8 --dir ~/.cache/bazel-remote --experimental_remote_asset_api --grpc_address 0.0.0.0:4700 --gcs_proxy.bucket $REMOTE_CACHE_GCS --gcs_proxy.use_default_credentials > .logs/bazel-remote.log 2>&1 &

# install bazel 6
apt-get install bazel-6.0.0
ln -sf /usr/bin/bazel-6.0.0 /usr/bin/bazel
apt-get install bazel-7.2.0
ln -sf /usr/bin/bazel-7.2.0 /usr/bin/bazel

# setup remote caching and remote asset API.
echo "common --remote_cache=grpc://0.0.0.0:4700" >> ~/.bazelrc
Expand Down
82 changes: 41 additions & 41 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c6fe72b

Please sign in to comment.