File tree Expand file tree Collapse file tree 5 files changed +21
-15
lines changed
host-x86_64/x86_64-gnu-integration Expand file tree Collapse file tree 5 files changed +21
-15
lines changed Original file line number Diff line number Diff line change @@ -610,10 +610,12 @@ jobs:
610
610
strategy :
611
611
matrix :
612
612
include :
613
- - name : dist-x86_64-linux
614
- env :
615
- CODEGEN_BACKENDS : " llvm,cranelift"
616
- os : ubuntu-20.04-16core-64gb
613
+ - name : x86_64-gnu-integration
614
+ os : ubuntu-20.04-8core-32gb
615
+ env : {}
616
+ - name : dist-various-1
617
+ os : ubuntu-20.04-8core-32gb
618
+ env : {}
617
619
defaults :
618
620
run :
619
621
shell : " ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
Original file line number Diff line number Diff line change 5
5
6
6
set -euf -o pipefail
7
7
8
- INTEGRATION_SHA=56310bca298872ffb5ea02e665956d9b6dc41171
8
+ INTEGRATION_SHA=1011e3298775ee7cdf6f6dc73e808d6a86e33bd6
9
9
PICK_REFS=()
10
10
11
11
checkout=fuchsia
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=MrhQwtmP8CpZre-i_PNOREcThbUcrX3bA-45d6WQr-cC
8
- FUCHSIA_SDK_SHA256=32b850c2d98ff02a59adefa2fcf34e44471385b51cad7ddb03ee3977a590afe7
7
+ FUCHSIA_SDK_ID=version:20.20240412.3.1
8
+ FUCHSIA_SDK_SHA256=cc52f3497487dd813c89d9316e6967efcea89c7759edccf3e40fcf3662e53f19
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=Tpc85d1ZwSlZ6UKl2d96GRUBGNA5JKholOKe24sRDr0C
13
- CLANG_DOWNLOAD_SHA256=4e973ce5dd59c12959e942a5d9df7a19150118d03924a86894e29edb8b110ebd
12
+ CLANG_DOWNLOAD_ID=git_revision:c777c011a709dffd4fa5e79cad7947b7c3405d02
13
+ CLANG_DOWNLOAD_SHA256=779167422ad73c292f049dcea5569f84577af9292189ed2749518b966a4d0844
14
14
15
15
install_clang () {
16
16
mkdir -p clang_download
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ def start(self):
280
280
# Look up the product bundle transfer manifest.
281
281
self .log_info ("Looking up the product bundle transfer manifest..." )
282
282
product_name = "minimal." + self .triple_to_arch (self .target )
283
- fuchsia_version = "14.20230811.2 .1"
283
+ fuchsia_version = "20.20240412.3 .1"
284
284
285
285
# FIXME: We should be able to replace this with the machine parsable
286
286
# `ffx --machine json product lookup ...` once F15 is released.
Original file line number Diff line number Diff line change @@ -761,11 +761,15 @@ jobs:
761
761
strategy :
762
762
matrix :
763
763
include :
764
- - &dist-x86_64-linux
765
- name : dist-x86_64-linux
766
- env :
767
- CODEGEN_BACKENDS : llvm,cranelift
768
- << : *job-linux-16c
764
+ - name : x86_64-gnu-integration
765
+ << : *job-linux-8c
766
+ - name : dist-various-1
767
+ << : *job-linux-8c
768
+ # - &dist-x86_64-linux
769
+ # name: dist-x86_64-linux
770
+ # env:
771
+ # CODEGEN_BACKENDS: llvm,cranelift
772
+ # <<: *job-linux-16c
769
773
770
774
771
775
master :
You can’t perform that action at this time.
0 commit comments