about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-03-16 11:42:42 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-03-16 12:47:49 -0700
commit1c4b9c103496d876ee4254ce5259c89c725c4c5e (patch)
tree5e4de4b255276f53dde1d690bf1beb0cef7a93d8 /src/ci/docker
parentcc34ca1c9787fde84116637a0cee92fc5e375e3d (diff)
downloadrust-1c4b9c103496d876ee4254ce5259c89c725c4c5e.tar.gz
rust-1c4b9c103496d876ee4254ce5259c89c725c4c5e.zip
ci: Disable optimized tests for asm.js
Since all tests are compiled with LTO effectively in Emscripten this commit
disables optimizations to hopefully squeeze some more time out of the CI
builders.

Closes #48826
Diffstat (limited to 'src/ci/docker')
-rw-r--r--src/ci/docker/asmjs/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/asmjs/Dockerfile b/src/ci/docker/asmjs/Dockerfile
index 2a0901691a5..be1b161f33e 100644
--- a/src/ci/docker/asmjs/Dockerfile
+++ b/src/ci/docker/asmjs/Dockerfile
@@ -29,6 +29,6 @@ ENV EM_CONFIG=/emsdk-portable/.emscripten
 
 ENV TARGETS=asmjs-unknown-emscripten
 
-ENV RUST_CONFIGURE_ARGS --enable-emscripten
+ENV RUST_CONFIGURE_ARGS --enable-emscripten --disable-optimize-tests
 
 ENV SCRIPT python2.7 ../x.py test --target $TARGETS