diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-08-20 00:02:52 +0900 |
|---|---|---|
| committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-08-20 00:02:52 +0900 |
| commit | b985c29d539e04a416c605f1d80938229b528be0 (patch) | |
| tree | c48be41fcd21da6d8ae4b79eda0c9711604a6fb1 /.github/workflows | |
| parent | 11a44adc6fadd84fc11ed986179504e883b528d1 (diff) | |
Remove the full-bootstrap builder from CI
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a19cca9071f..f6f181612c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -364,9 +364,6 @@ jobs: - name: x86_64-gnu-distcheck os: ubuntu-latest-xl env: {} - - name: x86_64-gnu-full-bootstrap - os: ubuntu-latest-xl - env: {} - name: x86_64-gnu-llvm-8 env: RUST_BACKTRACE: 1 |
