about summary refs log tree commit diff
path: root/src/ci/docker/wasm32/Dockerfile
AgeCommit message (Collapse)AuthorLines
2020-07-03ci: move all x86_64 runners to the host-x86_64 directoryPietro Albini-61/+0
We need to add runners designed for an aarch64 host system, and it'd be nice to return an error message if someone tries to run an image designed for an host architecture in another one. To start the work on this, this commit moves all the existing builders in the host-x86_64 directory, and changes the run.sh script to look up the image in the correct directory based on the host architecture.
2020-06-30ci: fix wasm32 broken due to a NodeJS version bumpPietro Albini-1/+12
Emscripten's SDK recently bumped the version of NodeJS they shipped, but our Dockerfile for the wasm32 builder hardcoded the version number. This will cause consistent CI failures once the currently cached image is rebuilt (either due to a change or due to the cache expiring). This commit fixes the problem by finding the latest version of NodeJS in the Emscripten SDK and symlinking it to a "latest" directory, which is then added to the PATH.
2020-06-10Fix emcc failure for wasm32.Eric Huss-0/+3
2020-04-10Enforce Python 3 as much as possibleGuillaume Gomez-2/+5
2019-10-16User should not change between emcc install and useThomas Lively-1/+3
2019-10-16Update test and add -O1 to wasm32 DockerfileThomas Lively-0/+3
2019-10-16Temporarily enable asmjs and wasm32 on PR CIThomas Lively-0/+39