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.
This commit is contained in:
parent
53bf511af2
commit
afd5edc8c9
@ -44,6 +44,7 @@ ENV CARGO_TARGET_X86_64_FUCHSIA_RUSTFLAGS \
|
||||
|
||||
ENV TARGETS=x86_64-fuchsia
|
||||
ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnu
|
||||
ENV TARGETS=$TARGETS,wasm32-unknown-unknown
|
||||
|
||||
COPY scripts/sccache.sh /scripts/
|
||||
RUN sh /scripts/sccache.sh
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
set -euf -o pipefail
|
||||
|
||||
INTEGRATION_SHA=66793c4894bf6204579bbee3b79956335f31c768
|
||||
INTEGRATION_SHA=56310bca298872ffb5ea02e665956d9b6dc41171
|
||||
PICK_REFS=()
|
||||
|
||||
checkout=fuchsia
|
||||
|
Loading…
Reference in New Issue
Block a user