summary refs log tree commit diff
path: root/src/ci/docker/asmjs
AgeCommit message (Collapse)AuthorLines
2017-10-25ci: Test more asmjs againAlex Crichton-1/+1
This was accidentally added in #45352, forgot to back it out!
2017-10-17test: Update Emscripten failures/passingAlex Crichton-4/+4
All tests should now have annotation for *why* they're ignored on emscripten. A few tests no longer need such an annotation as well! Closes #41299
2017-08-26ci: Remove the need for `dumb-init`Alex Crichton-5/+0
Newer versions of Docker have a `--init` argument which spawns an init process in the container, which we should be able to use everywhere now.
2017-07-12Updated docker images to factor out common scriptsTy Coghlan-5/+0
2017-06-13Add docker image for wasm32-unknown-emscriptenMarco A L Barbosa-0/+44
- rename emscripten docker image to asmjs - create wasm32 docker image