diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-02-11 15:52:44 -0700 |
|---|---|---|
| committer | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-03-02 11:28:29 -0700 |
| commit | ab7ce1c3c48d4f1be6c16928704e2eec0aed9ae2 (patch) | |
| tree | c6c2dc524fee00ab6b5be54a953a2a1cc3eb3c58 /src/ci/docker/disabled/wasm32 | |
| parent | 29f5c699b11a6a148f097f82eaa05202f8799bbc (diff) | |
| download | rust-ab7ce1c3c48d4f1be6c16928704e2eec0aed9ae2.tar.gz rust-ab7ce1c3c48d4f1be6c16928704e2eec0aed9ae2.zip | |
Remove --host and --target arguments to configure
These arguments are passed to the relevant x.py invocation in all cases anyway. As such, there is no need to separately configure them. x.py will ignore the configuration when they are passed on the command line anyway.
Diffstat (limited to 'src/ci/docker/disabled/wasm32')
| -rw-r--r-- | src/ci/docker/disabled/wasm32/Dockerfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ci/docker/disabled/wasm32/Dockerfile b/src/ci/docker/disabled/wasm32/Dockerfile index 7f6f8ae0882..6ac90d17450 100644 --- a/src/ci/docker/disabled/wasm32/Dockerfile +++ b/src/ci/docker/disabled/wasm32/Dockerfile @@ -29,7 +29,4 @@ ENV BINARYEN_ROOT=/emsdk-portable/clang/e1.37.13_64bit/binaryen/ ENV EM_CONFIG=/emsdk-portable/.emscripten ENV TARGETS=wasm32-unknown-emscripten - -ENV RUST_CONFIGURE_ARGS --target=$TARGETS - ENV SCRIPT python2.7 ../x.py test --target $TARGETS |
