Skip to content

Commit 66444f6

Browse files
committed
fix: update WASI SDK 25 linux checksums in both JSON and hardcoded registry
Complete the checksum fix by updating both: - checksums/tools/wasi-sdk.json (linux_amd64, linux_arm64) - checksums/registry.bzl hardcoded values (linux_amd64, linux_arm64) This resolves CI failures where the hardcoded registry was still using the old checksum while JSON had the new one.
1 parent f922521 commit 66444f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

checksums/registry.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ def _get_hardcoded_checksums(tool_name):
187187
"url_suffix": "macos.tar.gz",
188188
},
189189
"linux_amd64": {
190-
"sha256": "fa46b8f1b5170b0fecc0daf467c39f44a6d326b80ced383ec4586a50bc38d7b8",
190+
"sha256": "52640dde13599bf127a95499e61d6d640256119456d1af8897ab6725bcf3d89c",
191191
"url_suffix": "linux.tar.gz",
192192
},
193193
"linux_arm64": {
194-
"sha256": "fa46b8f1b5170b0fecc0daf467c39f44a6d326b80ced383ec4586a50bc38d7b8",
194+
"sha256": "52640dde13599bf127a95499e61d6d640256119456d1af8897ab6725bcf3d89c",
195195
"url_suffix": "linux.tar.gz",
196196
},
197197
"windows_amd64": {

checksums/tools/wasi-sdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url_suffix": "linux.tar.gz"
2121
},
2222
"linux_arm64": {
23-
"sha256": "fa46b8f1b5170b0fecc0daf467c39f44a6d326b80ced383ec4586a50bc38d7b8",
23+
"sha256": "52640dde13599bf127a95499e61d6d640256119456d1af8897ab6725bcf3d89c",
2424
"url_suffix": "linux.tar.gz"
2525
},
2626
"windows_amd64": {

0 commit comments

Comments
 (0)