summary refs log tree commit diff
path: root/src/ci/docker/scripts
AgeCommit message (Collapse)AuthorLines
2017-07-13Split old and experimental wasm buildersThomas Lively-22/+5
2017-07-12Updated docker images to factor out common scriptsTy Coghlan-0/+116
2017-06-24Restore old emscripten.sh for use by asmjsThomas Lively-21/+74
2017-06-22Add wasm32-experimental-emscripten to wasm builderThomas Lively-12/+20
This modifies the builder to download and use the LLVM tools from the last known good build on the WebAssembly buildbot waterfall, since these tools are built with the WebAssembly LLVM backend enabled.
2017-06-22Make wasm32 buildbot test LLVM backendThomas Lively-1/+4
This adds the experimental targets option to configure so it can be used by the builders and changes the wasm32 Dockerfile accordingly. Instead of using LLVM from the emsdk, the builder's emscripten tools now uses the Rust in-tree LLVM, since this is the one built with wasm support.
2017-06-13Add missing emscripten.sh fileMarco A L Barbosa-0/+53
2017-05-18ci: move shared scripts to src/ci/docker/scripts/Marco A L Barbosa-0/+149