pw_env_setup: only install for amd64 Only install clang and python on amd64. Change-Id: Id6ec47c57bab6f643e72888c25f9dc2caba45168 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/13790 Reviewed-by: Alexei Frolov <frolv@google.com> Commit-Queue: Rob Mohr <mohrr@google.com>
diff --git a/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json b/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json index 7e84617..e96c65d 100644 --- a/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json +++ b/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json
@@ -44,14 +44,14 @@ }, { "_comment": "TODO(pwbug/70) Put clang in cipd for Windows.", - "path": "fuchsia/third_party/clang/${os=linux,mac}-${arch}", + "path": "fuchsia/third_party/clang/${os=linux,mac}-${arch=amd64}", "tags": [ "git_revision:8e058feae0b0d07cd86257f0aa3154acfa887fe0" ] }, { "_comment": "When bumping the minor version (e.g., to 3.9.x) also update env_setup/virtualenv/init.py to check for the new version.", - "path": "infra/3pp/tools/cpython3/${platform}", + "path": "infra/3pp/tools/cpython3/${os}-${arch=amd64}", "tags": [ "version:3.8.2.chromium.10" ]