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 /src | |
| parent | 11a44adc6fadd84fc11ed986179504e883b528d1 (diff) | |
Remove the full-bootstrap builder from CI
Diffstat (limited to 'src')
| -rw-r--r-- | src/ci/docker/host-x86_64/x86_64-gnu-full-bootstrap/Dockerfile | 30 | ||||
| -rw-r--r-- | src/ci/github-actions/ci.yml | 3 |
2 files changed, 0 insertions, 33 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-full-bootstrap/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-full-bootstrap/Dockerfile deleted file mode 100644 index 8648e5ed7a4..00000000000 --- a/src/ci/docker/host-x86_64/x86_64-gnu-full-bootstrap/Dockerfile +++ /dev/null @@ -1,30 +0,0 @@ -FROM ubuntu:16.04 - -RUN apt-get update && apt-get install -y --no-install-recommends \ - g++ \ - make \ - file \ - curl \ - ca-certificates \ - python3 \ - git \ - cmake \ - sudo \ - gdb \ - libssl-dev \ - pkg-config \ - xz-utils - -COPY scripts/sccache.sh /scripts/ -RUN sh /scripts/sccache.sh - -ENV RUST_CONFIGURE_ARGS \ - --build=x86_64-unknown-linux-gnu \ - --enable-full-bootstrap -ENV SCRIPT python3 ../x.py --stage 2 build - -# In general this just slows down the build and we're just a smoke test that -# a full bootstrap works in general, so there's not much need to take this -# penalty in build times. -ENV NO_LLVM_ASSERTIONS 1 -ENV NO_DEBUG_ASSERTIONS 1 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 |
