intel / intel-graphics-compiler

Other
597 stars 155 forks source link

Fix github action build failed #222

Closed peeweep closed 2 years ago

peeweep commented 2 years ago

The source code of SPIRV-LLVM-Translator is cloned by buildIGC.sh to the ../llvm-project/llvm/projects/llvm-spirv directory, which is the ${CMAKE_CURRENT_LIST_DIR}/../../../llvm-project/llvm/projects/llvm-spirv directory, append this to IGC_LLVM_SPIRV_PATHS.

peeweep commented 2 years ago

Success build log: https://github.com/peeweep/intel-graphics-compiler/runs/4441208236

peeweep commented 2 years ago

Closed this, because github ci is already working properly.