Skip to content

Commit

Permalink
Build Fuchsia tests in CI
Browse files Browse the repository at this point in the history
This would have caught
rust-lang/rust-clippy#11952.
  • Loading branch information
tmandry committed Dec 29, 2023
1 parent 495203b commit 96a9df2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
set -euf -o pipefail

INTEGRATION_SHA=66793c4894bf6204579bbee3b79956335f31c768
PICK_REFS=()
PICK_REFS=(
refs/changes/86/965586/2
)

checkout=fuchsia
jiri=.jiri_root/bin/jiri
Expand Down

0 comments on commit 96a9df2

Please sign in to comment.