Skip to content

Commit

Permalink
ci/mingw: restrict shaderc version to fix build errors
Browse files Browse the repository at this point in the history
KhronosGroup/glslang#3787 was fixed already
but shaderc uses pinned revisions, so let's just downgrade.
  • Loading branch information
sfan5 committed Nov 7, 2024
1 parent 46fe3cd commit 8782622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/build-mingw64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8782622

Please sign in to comment.