Create manifest SDK entries for ARM64 emscripten-releases builds (#816)
This allows emsdk to download the new ARM64 binaries from the emscripten-releases builders.
This commit is contained in:
@@ -102,6 +102,18 @@
|
|||||||
"activated_cfg": "LLVM_ROOT='%installation_dir%/bin';BINARYEN_ROOT='%installation_dir%';EMSCRIPTEN_ROOT='%installation_dir%/emscripten'",
|
"activated_cfg": "LLVM_ROOT='%installation_dir%/bin';BINARYEN_ROOT='%installation_dir%';EMSCRIPTEN_ROOT='%installation_dir%/emscripten'",
|
||||||
"emscripten_releases_hash": "%releases-tag%"
|
"emscripten_releases_hash": "%releases-tag%"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "releases",
|
||||||
|
"version": "upstream-%releases-tag%",
|
||||||
|
"bitness": 64,
|
||||||
|
"arch": "aarch64",
|
||||||
|
"macos_url": "https://storage.googleapis.com/webassembly/emscripten-releases-builds/mac/%releases-tag%/wasm-binaries-arm64.tbz2",
|
||||||
|
"zipfile_prefix": "%releases-tag%-",
|
||||||
|
"install_path": "upstream",
|
||||||
|
"activated_path": "%installation_dir%/emscripten",
|
||||||
|
"activated_cfg": "LLVM_ROOT='%installation_dir%/bin';BINARYEN_ROOT='%installation_dir%';EMSCRIPTEN_ROOT='%installation_dir%/emscripten'",
|
||||||
|
"emscripten_releases_hash": "%releases-tag%"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "releases",
|
"id": "releases",
|
||||||
"version": "fastcomp-%releases-tag%",
|
"version": "fastcomp-%releases-tag%",
|
||||||
@@ -597,6 +609,14 @@
|
|||||||
"arch": "x86_64",
|
"arch": "x86_64",
|
||||||
"custom_install_script": "emscripten_npm_install"
|
"custom_install_script": "emscripten_npm_install"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"version": "releases-upstream-%releases-tag%",
|
||||||
|
"bitness": 64,
|
||||||
|
"uses": ["node-14.15.5-64bit", "python-3.9.2-1-64bit", "releases-upstream-%releases-tag%-64bit"],
|
||||||
|
"os": "macos",
|
||||||
|
"arch": "aarch64",
|
||||||
|
"custom_install_script": "emscripten_npm_install"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "releases-upstream-%releases-tag%",
|
"version": "releases-upstream-%releases-tag%",
|
||||||
"bitness": 64,
|
"bitness": 64,
|
||||||
|
|||||||
Reference in New Issue
Block a user