We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d681495 commit 9df1313Copy full SHA for 9df1313
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
@@ -6,7 +6,9 @@
6
set -euf -o pipefail
7
8
INTEGRATION_SHA=66793c4894bf6204579bbee3b79956335f31c768
9
-PICK_REFS=()
+PICK_REFS=(
10
+ refs/changes/86/965586/2
11
+)
12
13
checkout=fuchsia
14
jiri=.jiri_root/bin/jiri
0 commit comments