Skip to content

Commit de521cb

Browse files
committed
Auto merge of #75708 - JohnTitor:stay-cool-full-bootstrap-builder, r=pietroalbini
Remove the full-bootstrap builder from CI Fixes #75198
2 parents efec7cd + b985c29 commit de521cb

File tree

3 files changed

+0
-36
lines changed

3 files changed

+0
-36
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,6 @@ jobs:
364364
- name: x86_64-gnu-distcheck
365365
os: ubuntu-latest-xl
366366
env: {}
367-
- name: x86_64-gnu-full-bootstrap
368-
os: ubuntu-latest-xl
369-
env: {}
370367
- name: x86_64-gnu-llvm-8
371368
env:
372369
RUST_BACKTRACE: 1

src/ci/docker/host-x86_64/x86_64-gnu-full-bootstrap/Dockerfile

-30
This file was deleted.

src/ci/github-actions/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,6 @@ jobs:
419419
- name: x86_64-gnu-distcheck
420420
<<: *job-linux-xl
421421

422-
- name: x86_64-gnu-full-bootstrap
423-
<<: *job-linux-xl
424-
425422
- name: x86_64-gnu-llvm-8
426423
env:
427424
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)