Skip to content

Commit 7341a73

Browse files
committed
Build Fuchsia tests in CI
This would have caught rust-lang/rust-clippy#11952.
1 parent 495203b commit 7341a73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)