Skip to content

Commit 4c0dbeb

Browse files
pszymichigcbot
authored andcommitted
Retry: Update build-IGC public action
Previous attempt was mistakenly reverted. - Add LLVM 16 - Remove 22.04 Ubuntu building; for public validate only on latest Ubuntu - Remove unused `experimental` key - Update SPIRV-Headers/Tools refs to use ToT
1 parent 6ee988a commit 4c0dbeb

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

.github/workflows/build-IGC.yml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,9 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
ubuntu_version: [ '22.04', '24.04' ]
53-
llvm_ver: [ 14 ]
54-
include:
55-
- ubuntu_version: '22.04'
56-
llvm_ver: 15
57-
experimental: true
52+
ubuntu_version: [ '24.04' ]
53+
llvm_ver: [ 14, 15, 16 ]
54+
5855
steps:
5956
- uses: actions/checkout@v3
6057
- name: cloning SPIRV-LLVM-Translator repository
@@ -99,14 +96,9 @@ jobs:
9996
strategy:
10097
fail-fast: false
10198
matrix:
102-
ubuntu_version: [ '22.04', '24.04' ]
103-
llvm_ver: [ 14 ]
99+
ubuntu_version: [ '24.04' ]
100+
llvm_ver: [ 14, 15, 16 ]
104101
compiler: [ gcc, clang ]
105-
include:
106-
- ubuntu_version: '22.04'
107-
llvm_ver: 15
108-
compiler: gcc
109-
experimental: true
110102
steps:
111103
- uses: actions/checkout@v3
112104

@@ -157,13 +149,13 @@ jobs:
157149
uses: actions/checkout@v3
158150
with:
159151
repository: KhronosGroup/SPIRV-Headers
160-
ref: sdk-1.3.204.1
152+
ref: main
161153
path: workspace/SPIRV-Headers
162154
- name: Checkout the SPIRV-Headers
163155
uses: actions/checkout@v3
164156
with:
165157
repository: KhronosGroup/SPIRV-Tools
166-
ref: sdk-1.3.204.1
158+
ref: main
167159
path: workspace/SPIRV-Tools
168160
- name: get short hash
169161
id: igc-current-short-Hash

0 commit comments

Comments
 (0)