File tree 3 files changed +6
-6
lines changed
host-x86_64/x86_64-gnu-integration
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ PICK_REFS=()
35
35
# commit hash of fuchsia.git and some other repos in the "monorepo" checkout, in
36
36
# addition to versions of prebuilts. It should be bumped regularly by the
37
37
# Fuchsia team – we aim for every 1-2 months.
38
- INTEGRATION_SHA=1011e3298775ee7cdf6f6dc73e808d6a86e33bd6
38
+ INTEGRATION_SHA=3284806a4788c4ead8413908026699723dd2ffba
39
39
40
40
checkout=fuchsia
41
41
jiri=.jiri_root/bin/jiri
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ set -ex
4
4
source shared.sh
5
5
6
6
FUCHSIA_SDK_URL=https://chrome-infra-packages.appspot.com/dl/fuchsia/sdk/core/linux-amd64
7
- FUCHSIA_SDK_ID=version:20.20240412.3 .1
8
- FUCHSIA_SDK_SHA256=cc52f3497487dd813c89d9316e6967efcea89c7759edccf3e40fcf3662e53f19
7
+ FUCHSIA_SDK_ID=version:21.20240610.2 .1
8
+ FUCHSIA_SDK_SHA256=2d2d057fc3f0404197cced2200f88cbcdaaf5fbf6475955045091f8676791ce7
9
9
FUCHSIA_SDK_USR_DIR=/usr/local/core-linux-amd64-fuchsia-sdk
10
10
CLANG_DOWNLOAD_URL=\
11
11
https://chrome-infra-packages.appspot.com/dl/fuchsia/third_party/clang/linux-amd64
12
- CLANG_DOWNLOAD_ID=git_revision:c777c011a709dffd4fa5e79cad7947b7c3405d02
13
- CLANG_DOWNLOAD_SHA256=779167422ad73c292f049dcea5569f84577af9292189ed2749518b966a4d0844
12
+ CLANG_DOWNLOAD_ID=git_revision:3809e20afc68d7d03821f0ec59b928dcf9befbf4
13
+ CLANG_DOWNLOAD_SHA256=3c2c442b61cd9e8f1b567738f6d53cffe11b3fc820e7dae87a82a0859be8f204
14
14
15
15
install_clang () {
16
16
mkdir -p clang_download
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ def start(self):
286
286
# Look up the product bundle transfer manifest.
287
287
self .log_info ("Looking up the product bundle transfer manifest..." )
288
288
product_name = "minimal." + self .triple_to_arch (self .target )
289
- fuchsia_version = "20.20240412.3 .1"
289
+ fuchsia_version = "21.20240610.2 .1"
290
290
291
291
out = self .check_output (
292
292
[
You can’t perform that action at this time.
0 commit comments