Skip to content

Commit e46ac6b

Browse files
committed
Auto merge of rust-lang#135675 - erickt:fix-fuchsia-sha, r=lqd
Bump Fuchsia integration commit This advances Fuchsia to a checkout from 2025-01-13, which corresponds to a recent Rust roll, and hopefully avoids rust-lang#135667, where a repository used by the older version of Rust was accidentally archived and broke checking out the prior version. try-job: x86_64-fuchsia cc `@ehuss`
2 parents 8e59cf9 + 37a88ba commit e46ac6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ PICK_REFS=()
3535
# commit hash of fuchsia.git and some other repos in the "monorepo" checkout, in
3636
# addition to versions of prebuilts. It should be bumped regularly by the
3737
# Fuchsia team – we aim for every 1-2 months.
38-
INTEGRATION_SHA=bb38af4e3d45e490531b71fc52a460003141d032
38+
INTEGRATION_SHA=f6f83d3e3852209f7752be55694006afbe979e50
3939

4040
checkout=fuchsia
4141
jiri=.jiri_root/bin/jiri

0 commit comments

Comments
 (0)