Skip to content

Commit

Permalink
[Autobackout][FunctionalRegression]Revert of change: e3906b1: Update …
Browse files Browse the repository at this point in the history
…build-IGC public action

- 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
  • Loading branch information
sys-igc authored and igcbot committed Nov 25, 2024
1 parent 4617a3e commit 777d75d
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .github/workflows/build-IGC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ jobs:
strategy:
fail-fast: false
matrix:
ubuntu_version: [ '24.04' ]
llvm_ver: [ 14, 15, 16 ]

ubuntu_version: [ '22.04', '24.04' ]
llvm_ver: [ 14 ]
include:
- ubuntu_version: '22.04'
llvm_ver: 15
experimental: true
steps:
- uses: actions/checkout@v3
- name: cloning SPIRV-LLVM-Translator repository
Expand Down Expand Up @@ -96,9 +99,14 @@ jobs:
strategy:
fail-fast: false
matrix:
ubuntu_version: [ '24.04' ]
llvm_ver: [ 14, 15, 16 ]
ubuntu_version: [ '22.04', '24.04' ]
llvm_ver: [ 14 ]
compiler: [ gcc, clang ]
include:
- ubuntu_version: '22.04'
llvm_ver: 15
compiler: gcc
experimental: true
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -149,13 +157,13 @@ jobs:
uses: actions/checkout@v3
with:
repository: KhronosGroup/SPIRV-Headers
ref: main
ref: sdk-1.3.204.1
path: workspace/SPIRV-Headers
- name: Checkout the SPIRV-Headers
uses: actions/checkout@v3
with:
repository: KhronosGroup/SPIRV-Tools
ref: main
ref: sdk-1.3.204.1
path: workspace/SPIRV-Tools
- name: get short hash
id: igc-current-short-Hash
Expand Down

0 comments on commit 777d75d

Please sign in to comment.