From 0a9949e72242f251fd41baadb7dfc4d6bd69af99 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Tue, 12 Sep 2023 15:05:53 -0400 Subject: [PATCH] Fix ZAP bootstrap on v1.1-branch. (#29132) --- scripts/setup/zap.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/setup/zap.json b/scripts/setup/zap.json index 4755f2c4373cf0..d763e123ff712b 100644 --- a/scripts/setup/zap.json +++ b/scripts/setup/zap.json @@ -4,11 +4,17 @@ "path": "fuchsia/third_party/zap/${platform}", "platforms": [ "linux-amd64", + "linux-arm64", "mac-amd64", - "mac-arm64", "windows-amd64" ], "tags": ["version:2@v2023.09.01-nightly.1"] + }, + { + "_comment": "Always get the amd64 version on mac until usable arm64 zap build is available", + "path": "fuchsia/third_party/zap/mac-amd64", + "platforms": ["mac-arm64"], + "tags": ["version:2@v2023.09.01-nightly.1"] } ] }