mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 11:53:40 +00:00
Remove the full-bootstrap builder from CI
This commit is contained in:
parent
11a44adc6f
commit
b985c29d53
3 changed files with 0 additions and 36 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -364,9 +364,6 @@ jobs:
|
||||||
- name: x86_64-gnu-distcheck
|
- name: x86_64-gnu-distcheck
|
||||||
os: ubuntu-latest-xl
|
os: ubuntu-latest-xl
|
||||||
env: {}
|
env: {}
|
||||||
- name: x86_64-gnu-full-bootstrap
|
|
||||||
os: ubuntu-latest-xl
|
|
||||||
env: {}
|
|
||||||
- name: x86_64-gnu-llvm-8
|
- name: x86_64-gnu-llvm-8
|
||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
|
|
|
@ -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
|
|
|
@ -419,9 +419,6 @@ jobs:
|
||||||
- name: x86_64-gnu-distcheck
|
- name: x86_64-gnu-distcheck
|
||||||
<<: *job-linux-xl
|
<<: *job-linux-xl
|
||||||
|
|
||||||
- name: x86_64-gnu-full-bootstrap
|
|
||||||
<<: *job-linux-xl
|
|
||||||
|
|
||||||
- name: x86_64-gnu-llvm-8
|
- name: x86_64-gnu-llvm-8
|
||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
|
|
Loading…
Reference in a new issue