Skip to content

Commit 46dc0e6

Browse files
committed
Auto merge of #132294 - tmandry:bump-fuchsia, r=<try>
Bump Fuchsia r? `@Kobzol` try-job: x86_64-fuchsia https://fxbug.dev/376114512
2 parents 759e07f + 985e56f commit 46dc0e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ KEEP_CHECKOUT=
2929
# Gerrit changes from https://fxrev.dev during development (click the "Download"
3030
# button on a changelist to see the cherry pick ref). Example:
3131
# PICK_REFS=(refs/changes/71/1054071/2 refs/changes/74/1054574/2)
32-
PICK_REFS=()
32+
# TODO: remove once merged
33+
PICK_REFS=(refs/changes/80/1147880/2)
3334

3435
# The commit hash of Fuchsia's integration.git to check out. This controls the
3536
# commit hash of fuchsia.git and some other repos in the "monorepo" checkout, in
3637
# addition to versions of prebuilts. It should be bumped regularly by the
3738
# Fuchsia team – we aim for every 1-2 months.
38-
INTEGRATION_SHA=1c5b42266fbfefb2337c6b2f0030a91bde15f9e9
39+
INTEGRATION_SHA=f5ac405cd3ff735dbd2f213f5307326a1c9a5526
3940

4041
checkout=fuchsia
4142
jiri=.jiri_root/bin/jiri

0 commit comments

Comments
 (0)