Skip to content

Commit 94e100e

Browse files
committed
ci/win32: pin shaderc version to fix build errors
See: KhronosGroup/glslang#3914
1 parent 26b29fb commit 94e100e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-win32.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (-not (Test-Path $subprojects)) {
99

1010
# Wrap shaderc to run git-sync-deps and patch unsupported generator expression
1111
if (-not (Test-Path "$subprojects/shaderc_cmake")) {
12-
git clone https://github.com/google/shaderc --depth 1 $subprojects/shaderc_cmake
12+
git clone https://github.com/google/shaderc --depth 1 -b v2025.1 $subprojects/shaderc_cmake
1313
Set-Content -Path "$subprojects/shaderc_cmake/p.diff" -Value @'
1414
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
1515
index d44f62a..54d4719 100644

0 commit comments

Comments
 (0)