aboutsummaryrefslogtreecommitdiff
path: root/pw_env_setup/py/pw_env_setup/cipd_setup/bazel.json
diff options
context:
space:
mode:
Diffstat (limited to 'pw_env_setup/py/pw_env_setup/cipd_setup/bazel.json')
-rw-r--r--pw_env_setup/py/pw_env_setup/cipd_setup/bazel.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/pw_env_setup/py/pw_env_setup/cipd_setup/bazel.json b/pw_env_setup/py/pw_env_setup/cipd_setup/bazel.json
index 6a3f535b7..8b8bd5ce6 100644
--- a/pw_env_setup/py/pw_env_setup/cipd_setup/bazel.json
+++ b/pw_env_setup/py/pw_env_setup/cipd_setup/bazel.json
@@ -4,14 +4,15 @@
],
"packages": [
{
- "path": "fuchsia/third_party/bazel/${platform}",
+ "path": "fuchsia/third_party/bazel-prerelease/${platform}",
"platforms": [
"linux-amd64",
"mac-amd64",
+ "mac-arm64",
"windows-amd64"
],
"tags": [
- "version:2@6.3.2.6"
+ "version:2@7.0.0-pre.20231011.2.6"
],
"version_file": ".versions/bazel.cipd_version"
},