Skip to content

Commit 9df1313

Browse files
committed
Build Fuchsia tests in CI
This would have caught rust-lang/rust-clippy#11952.
1 parent d681495 commit 9df1313

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ ENV CARGO_TARGET_X86_64_FUCHSIA_RUSTFLAGS \
4444

4545
ENV TARGETS=x86_64-fuchsia
4646
ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnu
47+
ENV TARGETS=$TARGETS,wasm32-unknown-unknown
4748

4849
COPY scripts/sccache.sh /scripts/
4950
RUN sh /scripts/sccache.sh

src/ci/docker/host-x86_64/x86_64-gnu-integration/build-fuchsia.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
set -euf -o pipefail
77

88
INTEGRATION_SHA=66793c4894bf6204579bbee3b79956335f31c768
9-
PICK_REFS=()
9+
PICK_REFS=(
10+
refs/changes/86/965586/2
11+
)
1012

1113
checkout=fuchsia
1214
jiri=.jiri_root/bin/jiri

0 commit comments

Comments
 (0)