summary refs log tree commit diff
path: root/src/ci/docker/asmjs
AgeCommit message (Collapse)AuthorLines
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