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

Figure out what's wrong with windows mingw 12 #50

Open
danjenkins opened this issue Sep 27, 2023 · 5 comments
Open

Figure out what's wrong with windows mingw 12 #50

danjenkins opened this issue Sep 27, 2023 · 5 comments

Comments

@danjenkins
Copy link
Contributor

Github's runner image for windows now uses mingw 12... which causes us errors.

Look at #46 for more information.

Currently we're downgrading to mingw 11 but this action takes 12 minutes and isn't a cache-able thing...

Figure out what's up with using a later version of gcc/mingw on windows

@danjenkins
Copy link
Contributor Author

Watch this issue - which explains that the version installed changes from msvc to UCRT actions/runner-images#8399

@danjenkins
Copy link
Contributor Author

Reading the related links... it might be a case of changing setup-gstreamer to download the mingw version instead of msvc and that'll fix things, maybe

@RSWilli
Copy link
Member

RSWilli commented Sep 28, 2023

do you think we should maintain our own setup-gstreamer fork? Or would you rather fix this upstream?

@danjenkins
Copy link
Contributor Author

I think we can make it an option in upstream - pass in an extra flag. Do a quick fork to see if it fixes the issue and if it does go and make it configurable so you can change which version gets installed; defaulting to msvc

@danjenkins
Copy link
Contributor Author

moving over to the mingw build of gstreamer doesnt seem to have helped - https://github.com/go-gst/go-gst/actions/runs/6351376556/job/17253058164

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

No branches or pull requests

2 participants