| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-03 | ci: move all x86_64 runners to the host-x86_64 directory | Pietro 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-30 | ci: fix wasm32 broken due to a NodeJS version bump | Pietro 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-10 | Fix emcc failure for wasm32. | Eric Huss | -0/+3 | |
| 2020-04-10 | Enforce Python 3 as much as possible | Guillaume Gomez | -2/+5 | |
| 2019-10-16 | User should not change between emcc install and use | Thomas Lively | -1/+3 | |
| 2019-10-16 | Update test and add -O1 to wasm32 Dockerfile | Thomas Lively | -0/+3 | |
| 2019-10-16 | Temporarily enable asmjs and wasm32 on PR CI | Thomas Lively | -0/+39 | |
