Skip to content

Commit 4ebdb5c

Browse files
Update zap version and path (#38146)
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent c336a41 commit 4ebdb5c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/guides/BUILDING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ up in `$PATH`.
213213
214214
ZAP releases are copied to CIPD by an automated bot. You can check if a release
215215
was copied by looking at tags created for
216-
[ZAP CIPD Packages](https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/zap)
216+
[ZAP CIPD Packages](https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/3pp/zap)
217217
in various platforms.
218218
219219
### Custom ZAP

scripts/setup/zap.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"packages": [
33
{
4-
"path": "fuchsia/third_party/zap/${platform}",
4+
"path": "fuchsia/third_party/3pp/zap/${platform}",
55
"platforms": [
66
"linux-amd64",
77
"linux-arm64",
88
"mac-amd64",
99
"windows-amd64"
1010
],
11-
"tags": ["version:2@v2025.01.10-nightly.1"]
11+
"tags": ["version:2@v2025.03.25-nightly.1"]
1212
},
1313
{
1414
"_comment": "Always get the amd64 version on mac until usable arm64 zap build is available",
15-
"path": "fuchsia/third_party/zap/mac-amd64",
15+
"path": "fuchsia/third_party/3pp/zap/mac-amd64",
1616
"platforms": ["mac-arm64"],
17-
"tags": ["version:2@v2025.01.10-nightly.1"]
17+
"tags": ["version:2@v2025.03.25-nightly.1"]
1818
}
1919
]
2020
}

scripts/setup/zap.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2025.01.10-nightly
1+
v2025.03.25-nightly

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 = '2025.1.10'
26+
MIN_ZAP_VERSION = '2025.3.25'
2727

2828

2929
class ZapTool:

0 commit comments

Comments
 (0)