Skip to content

Commit 1727e59

Browse files
committed
Remove wasm target
This should no longer be required to build Fuchsia.
1 parent 1483815 commit 1727e59

File tree

1 file changed

+0
-5
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-integration

1 file changed

+0
-5
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-integration/Dockerfile

-5
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2424
&& rm -rf /var/lib/apt/lists/*
2525

2626
# Duplicated in dist-various-2 Dockerfile.
27-
# FIXME: Move to canonical triple
2827
ENV \
2928
AR_x86_64_unknown_fuchsia=x86_64-unknown-fuchsia-ar \
3029
CC_x86_64_unknown_fuchsia=x86_64-unknown-fuchsia-clang \
@@ -48,10 +47,6 @@ ENV CARGO_TARGET_X86_64_UNKNOWN_FUCHSIA_RUSTFLAGS \
4847

4948
ENV TARGETS=x86_64-unknown-fuchsia
5049
ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnu
51-
ENV TARGETS=$TARGETS,wasm32-unknown-unknown
52-
53-
# Fuchsia clang does not have wasm target enabled, use system clang.
54-
ENV CC_wasm32_unknown_unknown=clang-15
5550

5651
COPY scripts/sccache.sh /scripts/
5752
RUN sh /scripts/sccache.sh

0 commit comments

Comments
 (0)