Eric Holk | 67c7c41 | 2016-04-15 13:05:37 -0700 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | |
Eric Holk | 4aae81a | 2016-04-25 12:52:49 -0700 | [diff] [blame] | 3 | BUILDID=5528 |
Eric Holk | 67c7c41 | 2016-04-15 13:05:37 -0700 | [diff] [blame] | 4 | BUILD_PATH=https://storage.googleapis.com/wasm-llvm/builds/git |
| 5 | |
Eric Holk | 4aae81a | 2016-04-25 12:52:49 -0700 | [diff] [blame] | 6 | wget -O - $BUILD_PATH/wasm-torture-s-$BUILDID.tbz2 \ |
Eric Holk | 67c7c41 | 2016-04-15 13:05:37 -0700 | [diff] [blame] | 7 | | tar xj |
| 8 | |
| 9 | wget -O - $BUILD_PATH/wasm-torture-s2wasm-sexpr-wasm-$BUILDID.tbz2 \ |
| 10 | | tar xj |
| 11 | |
| 12 | wget -O - $BUILD_PATH/wasm-binaries-$BUILDID.tbz2 \ |
| 13 | | tar xj |
Eric Holk | 085bdae | 2016-04-18 15:08:19 -0700 | [diff] [blame] | 14 | |
| 15 | wget -O - \ |
| 16 | $BUILD_PATH/wasm-torture-/b/build/slave/linux/build/src/src/work/wasm-install/emscripten_config_vanilla-$BUILDID.tbz2 \ |
| 17 | | tar xj |