Skip to content

Commit 40e9cd8

Browse files
authored
Update linux arm64 to 3.1.47 (#1288)
1 parent 37b85e9 commit 40e9cd8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

emscripten-releases-tags.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"aliases": {
33
"latest": "3.1.47",
44
"latest-sdk": "latest",
5-
"latest-arm64-linux": "3.1.45",
5+
"latest-arm64-linux": "3.1.47",
66
"latest-64bit": "latest",
77
"sdk-latest-64bit": "latest",
88
"latest-upstream": "latest",

scripts/update_linux_arm64.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ VERSION=$1
1616
SHA=$(jq -r ".releases.\"${VERSION}\"" emscripten-releases-tags.json)
1717
URL=$(jq -r '.Records[0] | "https://\(.s3.bucket.name).s3.\(.awsRegion).amazonaws.com/\(.s3.object.key)"')
1818

19-
wget $URL -O arm64.tbz2
20-
tar xf arm64.tbz2
21-
tar --use-compress-program "xz -T0" -cf arm64.tar.xz install/
19+
wget $URL -O arm64.tar.xz
2220
gsutil cp -n arm64.tar.xz gs://webassembly/emscripten-releases-builds/linux/${SHA}/wasm-binaries-arm64.tar.xz
2321
sed -i "s/\"latest-arm64-linux\": \".*\"/\"latest-arm64-linux\": \"$VERSION\"/" emscripten-releases-tags.json
2422

0 commit comments

Comments
 (0)