Skip to content

Commit

Permalink
.github: update SPIRV-Tools build (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjodinchr authored Dec 11, 2024
1 parent 43e247c commit aee6268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
git clone --depth 1 --branch main https://github.com/KhronosGroup/SPIRV-Headers.git third_party/spirv-tools/external/spirv-headers
cmake -B third_party/spirv-tools/build -S third_party/spirv-tools/ -G Ninja \
-DCMAKE_CXX_COMPILER="$(which clang++)" \
-DSPIRV_SKIP_TESTS=1 \
-DCMAKE_BUILD_TYPE=Release
cmake --build third_party/spirv-tools/build
cmake --install third_party/spirv-tools/build --prefix $(pwd)/install/
Expand Down

0 comments on commit aee6268

Please sign in to comment.