Skip to content

Commit afd5edc

Browse files
committed
Bump Fuchsia (includes building tests)
This includes a change to the upstream build_fuchsia_from_rust_ci script that builds a minimal set of tests, to improve coverage on this builder.
1 parent 53bf511 commit afd5edc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
set -euf -o pipefail
77

8-
INTEGRATION_SHA=66793c4894bf6204579bbee3b79956335f31c768
8+
INTEGRATION_SHA=56310bca298872ffb5ea02e665956d9b6dc41171
99
PICK_REFS=()
1010

1111
checkout=fuchsia

0 commit comments

Comments
 (0)