Skip to content

Commit

Permalink
Add zap to CIPD setup
Browse files Browse the repository at this point in the history
This makes the tool available for running the tests.
  • Loading branch information
tpudlik committed Jan 25, 2023
1 parent 7299a2a commit 637a57b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"cipd_package_files": [
"third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/cipd_setup/arm.json",
"third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json",
"scripts/python.json"
"scripts/python.json",
"scripts/zap.json"
],
"virtualenv": {
"gn_root": ".",
Expand Down
9 changes: 9 additions & 0 deletions scripts/zap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"packages": [
{
"path": "fuchsia/third_party/zap/${platform}",
"platforms": ["linux-amd64", "linux-arm64", "mac-amd64", "windows-amd64"],
"tags": ["version:[email protected]"]
}
]
}

0 comments on commit 637a57b

Please sign in to comment.