Skip to content

Commit

Permalink
Update zap (#24757)
Browse files Browse the repository at this point in the history
* Update ZAP to v2023.01.31-nightly

* Update generated content
  • Loading branch information
vivien-apple authored and pull[bot] committed Feb 26, 2024
1 parent 1f7f33e commit 0754674
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-cert-bins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG COMMITHASH=7b99e6399c6069037c613782d78132c69b9dcabb
# ZAP Development install, so that it runs on both x64 and arm64
# Generally this should match with the ZAP version that is used for codegen within the
# specified SHA
ARG ZAP_VERSION=v2023.01.19-nightly
ARG ZAP_VERSION=v2023.01.31-nightly

# Ensure TARGETPLATFORM is set
RUN case ${TARGETPLATFORM} in \
Expand Down
2 changes: 1 addition & 1 deletion scripts/tools/zap/zap_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Use scripts/tools/zap/version_update.py to manage ZAP versioning as many
# files may need updating for versions
#
MIN_ZAP_VERSION = '2023.1.19'
MIN_ZAP_VERSION = '2023.1.31'


class ZapTool:
Expand Down
2 changes: 1 addition & 1 deletion scripts/zap.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"path": "fuchsia/third_party/zap/${platform}",
"platforms": ["linux-amd64", "mac-amd64", "windows-amd64"],
"tags": ["version:[email protected].19-nightly.1"]
"tags": ["version:[email protected].31-nightly.1"]
}
]
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0754674

Please sign in to comment.