Add the lkgr as a prefix to upstream downloads (#223)
Without this, we would not download new versions, as the filename looked the same ("already downloaded"). We'd unzip those old contents to a directory with the new name, giving the impression we updated when we didn't :(
This commit is contained in:
@@ -195,6 +195,7 @@
|
||||
"version": "upstream-%waterfall-lkgr%",
|
||||
"bitness": 64,
|
||||
"linux_url": "https://storage.googleapis.com/wasm-llvm/builds/linux/%waterfall-lkgr%/wasm-binaries.tbz2",
|
||||
"zipfile_prefix": "%waterfall-lkgr%-",
|
||||
"install_path": "upstream/%waterfall-lkgr%",
|
||||
"activated_path": "%installation_dir%/emscripten",
|
||||
"activated_cfg": "LLVM_ROOT='%installation_dir%/bin';BINARYEN_ROOT='%installation_dir%'"
|
||||
@@ -204,6 +205,7 @@
|
||||
"version": "fastcomp-%waterfall-lkgr%",
|
||||
"bitness": 64,
|
||||
"linux_url": "https://storage.googleapis.com/wasm-llvm/builds/linux/%waterfall-lkgr%/wasm-binaries.tbz2",
|
||||
"zipfile_prefix": "%waterfall-lkgr%-",
|
||||
"install_path": "fastcomp/%waterfall-lkgr%",
|
||||
"activated_path": "%installation_dir%/emscripten",
|
||||
"activated_cfg": "LLVM_ROOT='%installation_dir%/fastcomp/bin';BINARYEN_ROOT='%installation_dir%'"
|
||||
|
||||
Reference in New Issue
Block a user