From 87826224a296d744a8add8b8dc47b0c5713b453f Mon Sep 17 00:00:00 2001 From: sfan5 Date: Thu, 7 Nov 2024 22:39:38 +0100 Subject: [PATCH] ci/mingw: restrict shaderc version to fix build errors https://github.com/KhronosGroup/glslang/issues/3787 was fixed already but shaderc uses pinned revisions, so let's just downgrade. --- ci/build-mingw64.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build-mingw64.sh b/ci/build-mingw64.sh index 5088678a06..cf9a36129b 100755 --- a/ci/build-mingw64.sh +++ b/ci/build-mingw64.sh @@ -164,6 +164,7 @@ _ffmpeg_mark=lib/libavcodec.dll.a _shaderc () { if [ ! -d shaderc ]; then $gitclone https://github.com/google/shaderc.git + (cd shaderc && git fetch --tags && git checkout v2024.3) (cd shaderc && ./utils/git-sync-deps) fi builddir shaderc