diff options
| author | bors <bors@rust-lang.org> | 2020-08-21 17:43:27 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-08-21 17:43:27 +0000 |
| commit | de521cbb303c08febd9fa3755caccd4f3e491ea3 (patch) | |
| tree | a23ff97feb1de9249af7f9290744efbd94040a5b /src/ci/github-actions | |
| parent | efec7cde9339068f7289853a112da51025c2ef65 (diff) | |
| parent | b985c29d539e04a416c605f1d80938229b528be0 (diff) | |
| download | rust-de521cbb303c08febd9fa3755caccd4f3e491ea3.tar.gz rust-de521cbb303c08febd9fa3755caccd4f3e491ea3.zip | |
Auto merge of #75708 - JohnTitor:stay-cool-full-bootstrap-builder, r=pietroalbini
Remove the full-bootstrap builder from CI Fixes #75198
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 165ecc79180..db2def483ac 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -419,9 +419,6 @@ jobs: - name: x86_64-gnu-distcheck <<: *job-linux-xl - - name: x86_64-gnu-full-bootstrap - <<: *job-linux-xl - - name: x86_64-gnu-llvm-8 env: RUST_BACKTRACE: 1 |
