aboutsummaryrefslogtreecommitdiff
path: root/pw_env_setup/py/pw_env_setup/cipd_setup/compatibility.json
diff options
context:
space:
mode:
Diffstat (limited to 'pw_env_setup/py/pw_env_setup/cipd_setup/compatibility.json')
-rw-r--r--pw_env_setup/py/pw_env_setup/cipd_setup/compatibility.json17
1 files changed, 9 insertions, 8 deletions
diff --git a/pw_env_setup/py/pw_env_setup/cipd_setup/compatibility.json b/pw_env_setup/py/pw_env_setup/cipd_setup/compatibility.json
index 7afe4d365..ddbcdac15 100644
--- a/pw_env_setup/py/pw_env_setup/cipd_setup/compatibility.json
+++ b/pw_env_setup/py/pw_env_setup/cipd_setup/compatibility.json
@@ -1,15 +1,16 @@
{
"packages": [
{
- "path": "infra/3pp/tools/cpython3/${os}-${arch=amd64}",
+ "path": "infra/3pp/tools/cpython3/${platform}",
+ "platforms": [
+ "linux-amd64",
+ "linux-arm64",
+ "mac-amd64",
+ "mac-arm64",
+ "windows-amd64"
+ ],
"tags": [
- "version:3.7.7.chromium.10"
- ]
- },
- {
- "path": "pigweed/third_party/gcc-arm-none-eabi/${os}-${arch=amd64}",
- "tags": [
- "version:9-2020-q2-update"
+ "version:2@3.8.10.chromium.24"
]
}
]