Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zap to CIPD setup #24630

Merged
merged 4 commits into from
Jan 26, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
1 change: 1 addition & 0 deletions scripts/tools/zap/version_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
'.github/workflows/fuzzing-build.yaml',
'.github/workflows/tests.yaml',
'integrations/docker/images/chip-cert-bins/Dockerfile',
'scripts/zap.json',
]

# Note that chip-cert-bits is assumed USAGE on purpose (it compiles code)
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", "mac-amd64", "windows-amd64"],
"tags": ["version:2@v2023.01.19-nightly.1"]
tpudlik marked this conversation as resolved.
Show resolved Hide resolved
}
]
}