diff options
| author | DevJPM <jean-pierre.muench@web.de> | 2020-11-07 20:49:41 +0100 |
|---|---|---|
| committer | DevJPM <jean-pierre.muench@web.de> | 2020-11-12 14:39:47 +0100 |
| commit | f8a32e9a4efcbbbf79cbaeec9c3f4346e5348d76 (patch) | |
| tree | 6648b5c74362b25a32c27246ce8eb7dcaf535eab /src | |
| parent | 55794e43960ad3647e78ea5b0cb5ad0c5c0596a8 (diff) | |
| download | rust-f8a32e9a4efcbbbf79cbaeec9c3f4346e5348d76.tar.gz rust-f8a32e9a4efcbbbf79cbaeec9c3f4346e5348d76.zip | |
Bumped minimal tested LLVM version to 9
This bumps the minimal tested llvm version to 9. This should enable supporting newer LLVM features (and CPU extensions).
Diffstat (limited to 'src')
| -rw-r--r-- | src/ci/docker/host-x86_64/x86_64-gnu-llvm-9/Dockerfile (renamed from src/ci/docker/host-x86_64/x86_64-gnu-llvm-8/Dockerfile) | 4 | ||||
| -rw-r--r-- | src/ci/github-actions/ci.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-llvm-8/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-llvm-9/Dockerfile index bd046f802c8..36c9238195c 100644 --- a/src/ci/docker/host-x86_64/x86_64-gnu-llvm-8/Dockerfile +++ b/src/ci/docker/host-x86_64/x86_64-gnu-llvm-9/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ cmake \ sudo \ gdb \ - llvm-8-tools \ + llvm-9-tools \ libedit-dev \ libssl-dev \ pkg-config \ @@ -27,7 +27,7 @@ RUN sh /scripts/sccache.sh # using llvm-link-shared due to libffi issues -- see #34486 ENV RUST_CONFIGURE_ARGS \ --build=x86_64-unknown-linux-gnu \ - --llvm-root=/usr/lib/llvm-8 \ + --llvm-root=/usr/lib/llvm-9 \ --enable-llvm-link-shared \ --set rust.thin-lto-import-instr-limit=10 diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 031000d147c..9eea6243dfa 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -280,7 +280,7 @@ jobs: - name: mingw-check <<: *job-linux-xl - - name: x86_64-gnu-llvm-8 + - name: x86_64-gnu-llvm-9 <<: *job-linux-xl - name: x86_64-gnu-tools @@ -412,7 +412,7 @@ jobs: - name: x86_64-gnu-distcheck <<: *job-linux-xl - - name: x86_64-gnu-llvm-8 + - name: x86_64-gnu-llvm-9 env: RUST_BACKTRACE: 1 <<: *job-linux-xl |
