Skip to content

Commit

Permalink
update ZAP version
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanzhouyc committed Oct 27, 2024
1 parent 016b04f commit 38fec52
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions scripts/setup/zap.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@
"mac-amd64",
"windows-amd64"
],
"tags": ["version:[email protected]"]
"tags": [
"version:[email protected]"
]
},
{
"_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:[email protected]"]
"platforms": [
"mac-arm64"
],
"tags": [
"version:[email protected]"
]
}
]
}
}
2 changes: 1 addition & 1 deletion scripts/setup/zap.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2024.10.15-nightly
v2024.10.24-nighty
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 = '2024.10.15'
MIN_ZAP_VERSION = '2024.10.24'


class ZapTool:
Expand Down

0 comments on commit 38fec52

Please sign in to comment.