File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 7
7
fail-fast : false
8
8
matrix :
9
9
include :
10
+ - job_name : Ubuntu 18.04, LLVM 14, latest LDC beta
11
+ os : ubuntu-18.04
12
+ host_dc : ldc-beta
13
+ llvm_version : " 14.0.0"
14
+ cmake_opts : " "
10
15
- job_name : Ubuntu 18.04, LLVM 13, latest LDC beta
11
16
os : ubuntu-18.04
12
17
host_dc : ldc-beta
@@ -89,12 +94,14 @@ jobs:
89
94
echo "Already cached"
90
95
exit 0
91
96
fi
97
+ version='${{ matrix.llvm_version }}'
92
98
if [[ '${{ runner.os }}' == 'macOS' ]]; then
93
99
suffix='x86_64-apple-darwin'
100
+ elif [[ "$version" == 14.* ]]; then
101
+ suffix='x86_64-linux-gnu-ubuntu-18.04'
94
102
else
95
103
suffix='x86_64-linux-gnu-ubuntu-16.04'
96
104
fi
97
- version='${{ matrix.llvm_version }}'
98
105
if [[ "$version" =~ ^(1.|9)\. ]]; then
99
106
llvm_url="https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/clang+llvm-$version-$suffix.tar.xz"
100
107
else
You can’t perform that action at this time.
0 commit comments