File tree 3 files changed +11
-8
lines changed
docker/host-x86_64/x86_64-gnu-integration
3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -579,10 +579,9 @@ jobs:
579
579
strategy :
580
580
matrix :
581
581
include :
582
- - name : dist-x86_64-linux
583
- env :
584
- CODEGEN_BACKENDS : " llvm,cranelift"
582
+ - name : x86_64-gnu-integration
585
583
os : ubuntu-20.04-16core-64gb
584
+ env : {}
586
585
timeout-minutes : 600
587
586
runs-on : " ${{ matrix.os }}"
588
587
steps :
Original file line number Diff line number Diff line change 6
6
set -euf -o pipefail
7
7
8
8
INTEGRATION_SHA=66793c4894bf6204579bbee3b79956335f31c768
9
- PICK_REFS=()
9
+ PICK_REFS=(
10
+ refs/changes/86/965586/2
11
+ )
10
12
11
13
checkout=fuchsia
12
14
jiri=.jiri_root/bin/jiri
Original file line number Diff line number Diff line change @@ -732,11 +732,13 @@ jobs:
732
732
strategy :
733
733
matrix :
734
734
include :
735
- - &dist-x86_64-linux
736
- name : dist-x86_64-linux
737
- env :
738
- CODEGEN_BACKENDS : llvm,cranelift
735
+ - name : x86_64-gnu-integration
739
736
<< : *job-linux-16c
737
+ # - &dist-x86_64-linux
738
+ # name: dist-x86_64-linux
739
+ # env:
740
+ # CODEGEN_BACKENDS: llvm,cranelift
741
+ # <<: *job-linux-16c
740
742
741
743
742
744
master :
You can’t perform that action at this time.
0 commit comments