File tree 3 files changed +4
-74
lines changed
3 files changed +4
-74
lines changed Original file line number Diff line number Diff line change 48
48
strategy :
49
49
matrix :
50
50
include :
51
- - name : mingw-check
52
- os : ubuntu-20.04-16core-64gb
53
- env : {}
54
- - name : mingw-check-tidy
55
- os : ubuntu-20.04-16core-64gb
56
- env : {}
57
- - name : x86_64-gnu-llvm-14
58
- os : ubuntu-20.04-16core-64gb
59
- env : {}
60
- - name : x86_64-gnu-tools
61
- os : ubuntu-20.04-16core-64gb
51
+ - name : x86_64-gnu
52
+ os : ubuntu-20.04-8core-32gb
62
53
env : {}
63
54
timeout-minutes : 600
64
55
runs-on : " ${{ matrix.os }}"
Original file line number Diff line number Diff line change @@ -684,60 +684,8 @@ impl<'a> Builder<'a> {
684
684
crate :: toolstate:: ToolStateCheck ,
685
685
test:: ExpandYamlAnchors ,
686
686
test:: Tidy ,
687
- test:: Ui ,
688
- test:: RunPassValgrind ,
689
687
test:: RunCoverage ,
690
- test:: MirOpt ,
691
- test:: Codegen ,
692
- test:: CodegenUnits ,
693
- test:: Assembly ,
694
- test:: Incremental ,
695
- test:: Debuginfo ,
696
- test:: UiFullDeps ,
697
- test:: Rustdoc ,
698
688
test:: RunCoverageRustdoc ,
699
- test:: Pretty ,
700
- test:: Crate ,
701
- test:: CrateLibrustc ,
702
- test:: CrateRustdoc ,
703
- test:: CrateRustdocJsonTypes ,
704
- test:: CrateBootstrap ,
705
- test:: Linkcheck ,
706
- test:: TierCheck ,
707
- test:: Cargotest ,
708
- test:: Cargo ,
709
- test:: RustAnalyzer ,
710
- test:: ErrorIndex ,
711
- test:: Distcheck ,
712
- test:: RunMakeFullDeps ,
713
- test:: Nomicon ,
714
- test:: Reference ,
715
- test:: RustdocBook ,
716
- test:: RustByExample ,
717
- test:: TheBook ,
718
- test:: UnstableBook ,
719
- test:: RustcBook ,
720
- test:: LintDocs ,
721
- test:: RustcGuide ,
722
- test:: EmbeddedBook ,
723
- test:: EditionGuide ,
724
- test:: Rustfmt ,
725
- test:: Miri ,
726
- test:: Clippy ,
727
- test:: RustDemangler ,
728
- test:: CompiletestTest ,
729
- test:: RustdocJSStd ,
730
- test:: RustdocJSNotStd ,
731
- test:: RustdocGUI ,
732
- test:: RustdocTheme ,
733
- test:: RustdocUi ,
734
- test:: RustdocJson ,
735
- test:: HtmlCheck ,
736
- test:: RustInstaller ,
737
- // Run bootstrap close to the end as it's unlikely to fail
738
- test:: Bootstrap ,
739
- // Run run-make last, since these won't pass without make on Windows
740
- test:: RunMake ,
741
689
) ,
742
690
Kind :: Bench => describe ! ( test:: Crate , test:: CrateLibrustc ) ,
743
691
Kind :: Doc => describe ! (
Original file line number Diff line number Diff line change @@ -316,17 +316,8 @@ jobs:
316
316
strategy :
317
317
matrix :
318
318
include :
319
- - name : mingw-check
320
- << : *job-linux-16c
321
-
322
- - name : mingw-check-tidy
323
- << : *job-linux-16c
324
-
325
- - name : x86_64-gnu-llvm-14
326
- << : *job-linux-16c
327
-
328
- - name : x86_64-gnu-tools
329
- << : *job-linux-16c
319
+ - name : x86_64-gnu
320
+ << : *job-linux-8c
330
321
331
322
auto :
332
323
<< : *base-ci-job
You can’t perform that action at this time.
0 commit comments