Skip to content

Commit baade1d

Browse files
Artem Gindinsonigcbot
Artem Gindinson
authored andcommitted
Deprecate pre-LLVM 14 build configurations in GH actions
After the full switch onto LLVM 14, retaining build compability with earlier versions has become unfeasible. Resort to LLVM 14-15 as the only verified versions.
1 parent 17e5476 commit baade1d

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/build-IGC.yml

-21
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ jobs:
5050
ubuntu_version: [ '20.04', '22.04' ]
5151
llvm_ver: [ 14 ]
5252
include:
53-
- ubuntu_version: '20.04'
54-
llvm_ver: 11
55-
experimental: true
56-
- ubuntu_version: '22.04'
57-
llvm_ver: 12
58-
experimental: true
59-
- ubuntu_version: '22.04'
60-
llvm_ver: 13
61-
experimental: true
6253
- ubuntu_version: '22.04'
6354
llvm_ver: 15
6455
experimental: true
@@ -110,18 +101,6 @@ jobs:
110101
llvm_ver: [ 14 ]
111102
compiler: [ gcc, clang ]
112103
include:
113-
- ubuntu_version: '20.04'
114-
llvm_ver: 11
115-
compiler: gcc
116-
experimental: true
117-
- ubuntu_version: '22.04'
118-
llvm_ver: 12
119-
compiler: gcc
120-
experimental: true
121-
- ubuntu_version: '22.04'
122-
llvm_ver: 13
123-
compiler: gcc
124-
experimental: true
125104
- ubuntu_version: '22.04'
126105
llvm_ver: 15
127106
compiler: gcc

0 commit comments

Comments
 (0)