diff options
| author | bors <bors@rust-lang.org> | 2024-07-24 07:12:24 +0000 | 
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-07-24 07:12:24 +0000 | 
| commit | 08a9ca7c18a30a23a72a43b65be616c9a6a36a5a (patch) | |
| tree | d41a7530a6bb203d9cff2192226dc268eb29d1ae /src | |
| parent | f4831e6317fe54a4e2e3309ff75d396f3bca291d (diff) | |
| parent | 2fd41dfff9217d845c5ffdb49065ef9608893c5f (diff) | |
| download | rust-08a9ca7c18a30a23a72a43b65be616c9a6a36a5a.tar.gz rust-08a9ca7c18a30a23a72a43b65be616c9a6a36a5a.zip | |
Auto merge of #128127 - tmandry:you-wouldnt-bump-a-fuchsia, r=Kobzol
Bump Fuchsia This includes changes to unblock merging #126024. try-job: x86_64-fuchsia
Diffstat (limited to 'src')
| -rwxr-xr-x | src/ci/docker/host-x86_64/x86_64-fuchsia/build-fuchsia.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ci/docker/host-x86_64/x86_64-fuchsia/build-fuchsia.sh b/src/ci/docker/host-x86_64/x86_64-fuchsia/build-fuchsia.sh index c806b886dae..1a0b141e984 100755 --- a/src/ci/docker/host-x86_64/x86_64-fuchsia/build-fuchsia.sh +++ b/src/ci/docker/host-x86_64/x86_64-fuchsia/build-fuchsia.sh @@ -35,7 +35,7 @@ PICK_REFS=() # commit hash of fuchsia.git and some other repos in the "monorepo" checkout, in # addition to versions of prebuilts. It should be bumped regularly by the # Fuchsia team – we aim for every 1-2 months. -INTEGRATION_SHA=d1d2f20efe46e22be179953dd6726c96eced54ab +INTEGRATION_SHA=1c5b42266fbfefb2337c6b2f0030a91bde15f9e9 checkout=fuchsia jiri=.jiri_root/bin/jiri | 
