about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorDevJPM <jean-pierre.muench@web.de>2020-11-07 20:49:41 +0100
committerDevJPM <jean-pierre.muench@web.de>2020-11-12 14:39:47 +0100
commitf8a32e9a4efcbbbf79cbaeec9c3f4346e5348d76 (patch)
tree6648b5c74362b25a32c27246ce8eb7dcaf535eab /.github
parent55794e43960ad3647e78ea5b0cb5ad0c5c0596a8 (diff)
downloadrust-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 '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 84e39a4189e..f10b6ca7ea9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
           - name: mingw-check
             os: ubuntu-latest-xl
             env: {}
-          - name: x86_64-gnu-llvm-8
+          - name: x86_64-gnu-llvm-9
             os: ubuntu-latest-xl
             env: {}
           - name: x86_64-gnu-tools
@@ -265,7 +265,7 @@ jobs:
           - name: x86_64-gnu-distcheck
             os: ubuntu-latest-xl
             env: {}
-          - name: x86_64-gnu-llvm-8
+          - name: x86_64-gnu-llvm-9
             env:
               RUST_BACKTRACE: 1
             os: ubuntu-latest-xl