Skip to content

Commit 157f2b3

Browse files
authored
Update zap (project-chip#24757)
* Update ZAP to v2023.01.31-nightly * Update generated content
1 parent c9325c6 commit 157f2b3

File tree

4 files changed

+84
-3
lines changed

4 files changed

+84
-3
lines changed

integrations/docker/images/chip-cert-bins/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG COMMITHASH=7b99e6399c6069037c613782d78132c69b9dcabb
77
# ZAP Development install, so that it runs on both x64 and arm64
88
# Generally this should match with the ZAP version that is used for codegen within the
99
# specified SHA
10-
ARG ZAP_VERSION=v2023.01.19-nightly
10+
ARG ZAP_VERSION=v2023.01.31-nightly
1111

1212
# Ensure TARGETPLATFORM is set
1313
RUN case ${TARGETPLATFORM} in \

scripts/tools/zap/zap_execution.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Use scripts/tools/zap/version_update.py to manage ZAP versioning as many
2424
# files may need updating for versions
2525
#
26-
MIN_ZAP_VERSION = '2023.1.19'
26+
MIN_ZAP_VERSION = '2023.1.31'
2727

2828

2929
class ZapTool:

scripts/zap.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"path": "fuchsia/third_party/zap/${platform}",
55
"platforms": ["linux-amd64", "mac-amd64", "windows-amd64"],
6-
"tags": ["version:2@v2023.01.19-nightly.1"]
6+
"tags": ["version:2@v2023.01.31-nightly.1"]
77
}
88
]
99
}

zzz_generated/app-common/app-common/zap-generated/tests/simulated-cluster-objects.h

+81
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)