Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci/win32: restrict shaderc version to fix build errors #15272

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

kasper93
Copy link
Contributor

@kasper93 kasper93 commented Nov 8, 2024

The same as 8782622.

Copy link

github-actions bot commented Nov 8, 2024

Download the artifacts for this pull request:

Windows
macOS

@@ -8,7 +8,7 @@ if (-not (Test-Path $subprojects)) {

# Wrap shaderc to run git-sync-deps and patch unsupported generator expression
if (-not (Test-Path "$subprojects/shaderc_cmake")) {
git clone https://github.com/google/shaderc --depth 1 $subprojects/shaderc_cmake
git clone https://github.com/google/shaderc --depth 1 -b v2024.3 $subprojects/shaderc_cmake
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huh I thought -b did not work with tags???

@sfan5 sfan5 merged commit ddba159 into mpv-player:master Nov 8, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants