roll: pigweed, pw_toolchain: pw_env_setup: Get bazelisk instead of bazel
Get bazelisk-as-bazel instead of bazel in environment setup. This is a
Bazelisk executable named 'bazel', so it's a drop-in replacement for
Bazel.
Original-Bug: 355438774
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/226376
https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: f788ed49a5f897b..284648a91114364
Roller-URL: https://ci.chromium.org/b/8739139976765963009
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Id9236f0282776c3869814f0e0aaaabccc69db145
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/230734
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index ecb80ad..396b698 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,8 +48,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-08-19.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8739140366681289121.
- commit = "f788ed49a5f897bef423070d42be3a455b015fca",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8739139976765963009.
+ commit = "284648a91114364749fc04bf581fc4f605ca0b79",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -57,8 +57,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-08-19.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8739140366681289121.
- commit = "f788ed49a5f897bef423070d42be3a455b015fca",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8739139976765963009.
+ commit = "284648a91114364749fc04bf581fc4f605ca0b79",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)