Skip to content

Commit

Permalink
Fix ZAP bootstrap on v1.1-branch. (#29132)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored Sep 12, 2023
1 parent 06a421e commit 0a9949e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/setup/zap.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@
"path": "fuchsia/third_party/zap/${platform}",
"platforms": [
"linux-amd64",
"linux-arm64",
"mac-amd64",
"mac-arm64",
"windows-amd64"
],
"tags": ["version:[email protected]"]
},
{
"_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:[email protected]"]
}
]
}

0 comments on commit 0a9949e

Please sign in to comment.