diff options
| author | Jubilee <workingjubilee@gmail.com> | 2024-10-31 17:50:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-31 17:50:41 -0700 |
| commit | 121916997037b44877cc55c30c1915d3cb0f3764 (patch) | |
| tree | 4b0fa12729719d6eab75d4a51216ceae56fd0b22 /src/ci | |
| parent | e31988cfc96a0609b8772889c12e610cd3af29b7 (diff) | |
| parent | 5b9d2848cbc34fcae600cb6f46babd25c8ecbf8e (diff) | |
| download | rust-121916997037b44877cc55c30c1915d3cb0f3764.tar.gz rust-121916997037b44877cc55c30c1915d3cb0f3764.zip | |
Rollup merge of #132294 - tmandry:bump-fuchsia, r=lqd
Bump Fuchsia r? `@Kobzol` try-job: x86_64-fuchsia https://fxbug.dev/376114512
Diffstat (limited to 'src/ci')
| -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 1a0b141e984..969389f92f7 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=1c5b42266fbfefb2337c6b2f0030a91bde15f9e9 +INTEGRATION_SHA=9f632bb7446d5a6af2998f1a0ebdb4b8ea2f4511 checkout=fuchsia jiri=.jiri_root/bin/jiri |
