Skip to content

Commit

Permalink
(DO NOT MERGE) Check that these tests do indeed work on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalathar committed Jul 6, 2023
1 parent e4b81f6 commit 6fdb838
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 74 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,8 @@ jobs:
strategy:
matrix:
include:
- name: mingw-check
os: ubuntu-20.04-16core-64gb
env: {}
- name: mingw-check-tidy
os: ubuntu-20.04-16core-64gb
env: {}
- name: x86_64-gnu-llvm-14
os: ubuntu-20.04-16core-64gb
env: {}
- name: x86_64-gnu-tools
os: ubuntu-20.04-16core-64gb
- name: x86_64-gnu
os: ubuntu-20.04-8core-32gb
env: {}
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
Expand Down
52 changes: 0 additions & 52 deletions src/bootstrap/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -684,60 +684,8 @@ impl<'a> Builder<'a> {
crate::toolstate::ToolStateCheck,
test::ExpandYamlAnchors,
test::Tidy,
test::Ui,
test::RunPassValgrind,
test::RunCoverage,
test::MirOpt,
test::Codegen,
test::CodegenUnits,
test::Assembly,
test::Incremental,
test::Debuginfo,
test::UiFullDeps,
test::Rustdoc,
test::RunCoverageRustdoc,
test::Pretty,
test::Crate,
test::CrateLibrustc,
test::CrateRustdoc,
test::CrateRustdocJsonTypes,
test::CrateBootstrap,
test::Linkcheck,
test::TierCheck,
test::Cargotest,
test::Cargo,
test::RustAnalyzer,
test::ErrorIndex,
test::Distcheck,
test::RunMakeFullDeps,
test::Nomicon,
test::Reference,
test::RustdocBook,
test::RustByExample,
test::TheBook,
test::UnstableBook,
test::RustcBook,
test::LintDocs,
test::RustcGuide,
test::EmbeddedBook,
test::EditionGuide,
test::Rustfmt,
test::Miri,
test::Clippy,
test::RustDemangler,
test::CompiletestTest,
test::RustdocJSStd,
test::RustdocJSNotStd,
test::RustdocGUI,
test::RustdocTheme,
test::RustdocUi,
test::RustdocJson,
test::HtmlCheck,
test::RustInstaller,
// Run bootstrap close to the end as it's unlikely to fail
test::Bootstrap,
// Run run-make last, since these won't pass without make on Windows
test::RunMake,
),
Kind::Bench => describe!(test::Crate, test::CrateLibrustc),
Kind::Doc => describe!(
Expand Down
13 changes: 2 additions & 11 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,17 +316,8 @@ jobs:
strategy:
matrix:
include:
- name: mingw-check
<<: *job-linux-16c

- name: mingw-check-tidy
<<: *job-linux-16c

- name: x86_64-gnu-llvm-14
<<: *job-linux-16c

- name: x86_64-gnu-tools
<<: *job-linux-16c
- name: x86_64-gnu
<<: *job-linux-8c

auto:
<<: *base-ci-job
Expand Down

0 comments on commit 6fdb838

Please sign in to comment.