Skip to content

Commit

Permalink
Update ZAP to pick up UI for multiple device types on an endpoint. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored Aug 2, 2023
1 parent 0bb6543 commit 7f0e566
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ server cluster OperationalCredentials = 62 {
}

endpoint 0 {
device type anonymousEndpointType = 0, version 1;
binding cluster DiagnosticLogs;

server cluster AccessControl {
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.21-nightly.1"]
"tags": ["version:2@v2023.08.01-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.21-nightly.1"]
"tags": ["version:2@v2023.08.01-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.21-nightly
v2023.08.01-nightly
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.7.20'
MIN_ZAP_VERSION = '2023.8.1'


class ZapTool:
Expand Down

0 comments on commit 7f0e566

Please sign in to comment.