WebAssembly/waterfall

Change --sync-lkgr to use the public lkgr URL

Closed this issue · 1 comments

--sync-lkgr uses cloud.Download (https://github.com/WebAssembly/waterfall/blob/master/src/build.py#L723), which uses gsutil.py, which is an unnecessary dependency when we could just use public URLs (e.g. https://storage.googleapis.com/wasm-llvm/builds/linux/lkgr.json)

I think its find, for consistency. Using wget or curl would have their own issues (in windows especially). Unless we want to switch to a pure python impl?