From 637a57b3592539783374d150492040cd84ee77df Mon Sep 17 00:00:00 2001 From: Ted Pudlik Date: Tue, 24 Jan 2023 16:40:28 -0800 Subject: [PATCH] Add zap to CIPD setup This makes the tool available for running the tests. --- scripts/environment.json | 3 ++- scripts/zap.json | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 scripts/zap.json diff --git a/scripts/environment.json b/scripts/environment.json index e86227fad22c3f..a4bd51be5f2f52 100644 --- a/scripts/environment.json +++ b/scripts/environment.json @@ -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": ".", diff --git a/scripts/zap.json b/scripts/zap.json new file mode 100644 index 00000000000000..3b0b7d19f47d52 --- /dev/null +++ b/scripts/zap.json @@ -0,0 +1,9 @@ +{ + "packages": [ + { + "path": "fuchsia/third_party/zap/${platform}", + "platforms": ["linux-amd64", "linux-arm64", "mac-amd64", "windows-amd64"], + "tags": ["version:2@v2023.01.19-nightly.1"] + } + ] +}