From c26d6b96b814286069573ca46f3c8658e76c1b13 Mon Sep 17 00:00:00 2001 From: Romaric Jodin Date: Mon, 29 Jul 2024 15:30:51 +0200 Subject: [PATCH] update spirv deps (#29) --- .github/workflows/presubmit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index ee69063..4c2b917 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -36,8 +36,8 @@ jobs: sudo apt-get install ninja-build libvulkan-dev clang-15 mesa-vulkan-drivers - name: Build SPIRV-Tools run: | - git clone --depth 1 --branch vksp https://github.com/rjodinchr/SPIRV-Tools.git third_party/spirv-tools - git clone --depth 1 --branch vksp https://github.com/rjodinchr/SPIRV-Headers.git third_party/spirv-tools/external/spirv-headers + git clone --depth 1 --branch main https://github.com/KhronosGroup/SPIRV-Tools.git third_party/spirv-tools + 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++)" \ -DCMAKE_BUILD_TYPE=Release