about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorTyler Mandry <tmandry@google.com>2024-06-28 15:49:02 -0700
committerTyler Mandry <tmandry@google.com>2024-06-28 15:49:02 -0700
commit1727e59ad2b2b8793bda3efac453ea556eb2cdcb (patch)
tree9a644cdc83bb16b625fa72ca963c2513c3022479 /src/ci
parent1483815aa268b3a3dbfb3c4242772c88690a887e (diff)
downloadrust-1727e59ad2b2b8793bda3efac453ea556eb2cdcb.tar.gz
rust-1727e59ad2b2b8793bda3efac453ea556eb2cdcb.zip
Remove wasm target
This should no longer be required to build Fuchsia.
Diffstat (limited to 'src/ci')
-rw-r--r--src/ci/docker/host-x86_64/x86_64-gnu-integration/Dockerfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-integration/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-integration/Dockerfile
index a944f370c6b..a1378089407 100644
--- a/src/ci/docker/host-x86_64/x86_64-gnu-integration/Dockerfile
+++ b/src/ci/docker/host-x86_64/x86_64-gnu-integration/Dockerfile
@@ -24,7 +24,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
   && rm -rf /var/lib/apt/lists/*
 
 # Duplicated in dist-various-2 Dockerfile.
-# FIXME: Move to canonical triple
 ENV \
     AR_x86_64_unknown_fuchsia=x86_64-unknown-fuchsia-ar \
     CC_x86_64_unknown_fuchsia=x86_64-unknown-fuchsia-clang \
@@ -48,10 +47,6 @@ ENV CARGO_TARGET_X86_64_UNKNOWN_FUCHSIA_RUSTFLAGS \
 
 ENV TARGETS=x86_64-unknown-fuchsia
 ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnu
-ENV TARGETS=$TARGETS,wasm32-unknown-unknown
-
-# Fuchsia clang does not have wasm target enabled, use system clang.
-ENV CC_wasm32_unknown_unknown=clang-15
 
 COPY scripts/sccache.sh /scripts/
 RUN sh /scripts/sccache.sh