Skip to content

Commit

Permalink
Update ZAP to fix UI breakage. (#28173)
Browse files Browse the repository at this point in the history
* Update ZAP to fix UI breakage.

* Keep the min version at the old one, since the relevant commits happened on June
20th.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Sep 2, 2023
1 parent d4cf4cb commit 7098060
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -8,7 +8,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.07.20-nightly
ARG ZAP_VERSION=v2023.07.21-nightly

# Ensure TARGETPLATFORM is set
RUN case ${TARGETPLATFORM} in \
Expand Down
4 changes: 2 additions & 2 deletions scripts/setup/zap.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"mac-amd64",
"windows-amd64"
],
"tags": ["version:2@v2023.07.20-nightly.1"]
"tags": ["version:2@v2023.07.21-nightly.1"]
},
{
"_comment": "Always get the amd64 version on mac until usable arm64 zap build is available",
"path": "fuchsia/third_party/zap/mac-amd64",
"platforms": ["mac-arm64"],
"tags": ["version:2@v2023.07.20-nightly.1"]
"tags": ["version:2@v2023.07.21-nightly.1"]
}
]
}
2 changes: 1 addition & 1 deletion scripts/setup/zap.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2023.07.20-nightly
v2023.07.21-nightly

0 comments on commit 7098060

Please sign in to comment.