summary refs log tree commit diff
path: root/src/ci/docker/wasm32
AgeCommit message (Collapse)AuthorLines
2020-07-10ci: 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-13Fix 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