aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Haarman <inglorion@chromium.org>2024-02-16 16:20:09 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-02-20 16:37:59 +0000
commit74d1998a7ab5957fd802e4f2b1574d03c750c977 (patch)
tree9634ab78c8a0c2131f5f86f262071e3a634cd7ad
parentebfdad7a5177b9f2a3389d6b26e61dcc5908b922 (diff)
downloadtoolchain-utils-74d1998a7ab5957fd802e4f2b1574d03c750c977.tar.gz
pgo_rust: remove code for rust-artifacts
rust-artifacts no longer exists, so don't try to build it. BUG=b:297387332 TEST=pgo_rust.py generate Change-Id: Ifc5d8cd020d5b06eafb84a25dcf2e46277308116 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5301348 Reviewed-by: George Burgess <gbiv@chromium.org> Commit-Queue: Bob Haarman <inglorion@chromium.org> Tested-by: Bob Haarman <inglorion@chromium.org>
-rwxr-xr-xpgo_tools_rust/pgo_rust.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pgo_tools_rust/pgo_rust.py b/pgo_tools_rust/pgo_rust.py
index eb4c8e61..ecf4f050 100755
--- a/pgo_tools_rust/pgo_rust.py
+++ b/pgo_tools_rust/pgo_rust.py
@@ -307,7 +307,6 @@ def build_rust(
"sudo",
"-E",
"emerge",
- "dev-lang/rust-artifacts",
"dev-lang/rust-host",
"dev-lang/rust",
],