mirror of
https://github.com/intel/intel-graphics-compiler.git
synced 2025-10-30 08:18:26 +08:00
Remove build with LLVM12 from Github Action
Remove build with LLVM12 from Github Action
This commit is contained in:
6
.github/workflows/build-IGC.yml
vendored
6
.github/workflows/build-IGC.yml
vendored
@ -20,12 +20,6 @@ jobs:
|
|||||||
os: [ ubuntu1804, ubuntu2004 ]
|
os: [ ubuntu1804, ubuntu2004 ]
|
||||||
llvm_ver: [ 10, 11 ]
|
llvm_ver: [ 10, 11 ]
|
||||||
compiler: [ gcc, clang ]
|
compiler: [ gcc, clang ]
|
||||||
# include experimental builds
|
|
||||||
include:
|
|
||||||
- llvm_ver: 12
|
|
||||||
compiler: gcc
|
|
||||||
os: ubuntu2004
|
|
||||||
experimental: true
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Run Script Selectiong Docker
|
- name: Run Script Selectiong Docker
|
||||||
|
|||||||
Reference in New Issue
Block a user