We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bf511 commit afd5edcCopy full SHA for afd5edc
src/ci/docker/host-x86_64/x86_64-gnu-integration/Dockerfile
@@ -44,6 +44,7 @@ ENV CARGO_TARGET_X86_64_FUCHSIA_RUSTFLAGS \
44
45
ENV TARGETS=x86_64-fuchsia
46
ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnu
47
+ENV TARGETS=$TARGETS,wasm32-unknown-unknown
48
49
COPY scripts/sccache.sh /scripts/
50
RUN sh /scripts/sccache.sh
src/ci/docker/host-x86_64/x86_64-gnu-integration/build-fuchsia.sh
@@ -5,7 +5,7 @@
5
6
set -euf -o pipefail
7
8
-INTEGRATION_SHA=66793c4894bf6204579bbee3b79956335f31c768
+INTEGRATION_SHA=56310bca298872ffb5ea02e665956d9b6dc41171
9
PICK_REFS=()
10
11
checkout=fuchsia
0 commit comments