roll: pw_toolchain, pw_toolchain: pw_env_setup: Suppress error message when running outside git repo
When doing pw_env_setup from a directory that is not a git repo, the
cipd wrapper would log a 'fatal error' but continue on when determining
which useragent to send with request. Suppress it the same way we
suppress the other git call in this file. Write stderr to /dev/null.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/217216
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
https://pigweed.googlesource.com/pigweed/pigweed
pw_toolchain, pw_toolchain Rolled-Commits: 144113cb55fa118..81b9531df0d3fcb
Roller-URL: https://ci.chromium.org/b/8744490778677189681
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I27a32e97d1ba9812ae3f048ec06066355720c840
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/217491
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/WORKSPACE b/WORKSPACE
index fe06d8e..58ddb1c 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -84,8 +84,8 @@
name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-06-21.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8744492774404670737.
- commit = "144113cb55fa1185d66bc0e3c6de3bea6e4f1516",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8744490778677189681.
+ commit = "81b9531df0d3fcb4e4688b141c9a3a1c6d429faa",
remote = "https://pigweed.googlesource.com/pigweed/pigweed.git",
)
@@ -93,8 +93,8 @@
name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-06-21.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8744492774404670737.
- commit = "144113cb55fa1185d66bc0e3c6de3bea6e4f1516",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8744490778677189681.
+ commit = "81b9531df0d3fcb4e4688b141c9a3a1c6d429faa",
remote = "https://pigweed.googlesource.com/pigweed/pigweed.git",
strip_prefix = "pw_toolchain_bazel",
)