diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-11-20 06:22:17 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-11-25 06:44:35 -0800 |
| commit | 48996f9e759912140ccc98072e9e55fa6480a9d7 (patch) | |
| tree | 9ee7d07b394b806138cd00cb1ca2cbed86448183 /src/ci | |
| parent | cc6b88ccb2fd10c2ad04a30ba648a1e9abf7ba4b (diff) | |
| download | rust-48996f9e759912140ccc98072e9e55fa6480a9d7.tar.gz rust-48996f9e759912140ccc98072e9e55fa6480a9d7.zip | |
rustbuild: Enable WebAssembly backend by default
This commit alters how we compile LLVM by default enabling the WebAssembly backend. This then also adds the wasm32-unknown-unknown target to get compiled on the `cross` builder and distributed through rustup. Tests are not yet enabled for this target but that should hopefully be coming soon!
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/docker/cross2/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/docker/cross2/Dockerfile b/src/ci/docker/cross2/Dockerfile index cc260382f49..f16d97d39ef 100644 --- a/src/ci/docker/cross2/Dockerfile +++ b/src/ci/docker/cross2/Dockerfile @@ -47,6 +47,7 @@ ENV \ ENV TARGETS=x86_64-unknown-fuchsia ENV TARGETS=$TARGETS,aarch64-unknown-fuchsia ENV TARGETS=$TARGETS,sparcv9-sun-solaris +ENV TARGETS=$TARGETS,wasm32-unknown-unknown ENV TARGETS=$TARGETS,x86_64-sun-solaris ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnux32 |
