roll: pigweed, pw_toolchain: pw_ide: Disable Bazelisk auto-activation by default
The terminal "activation" process just sends text to the terminal,
ending with `\n\r` to "execute" it. This is fine for launching general
purpose terminals and for non-interactive tasks, but for interactive
tasks this interferes with user input.
Original-Fixes: b/358384211
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/228493
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: d1e7bbafe816dd9..b572688d1fd4b02
Roller-URL: https://ci.chromium.org/b/8739758273160459505
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I2c201cd4e8f9f39e7f00a06ce1072d6641270ac2
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/229191
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 5119c75..bd3ea53 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -47,18 +47,18 @@
git_override(
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-08-12.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8739768272203879697.
- commit = "d1e7bbafe816dd9b2470c04426024e640d2f2c6f",
+ # ROLL: Last updated 2024-08-13.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8739758273160459505.
+ commit = "b572688d1fd4b026db66c0c945ab3c7ae3b8dbfa",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
git_override(
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-08-12.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8739768272203879697.
- commit = "d1e7bbafe816dd9b2470c04426024e640d2f2c6f",
+ # ROLL: Last updated 2024-08-13.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8739758273160459505.
+ commit = "b572688d1fd4b026db66c0c945ab3c7ae3b8dbfa",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)