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

Testing workflow nesting #3

Closed
wants to merge 5 commits into from
Closed

Testing workflow nesting #3

wants to merge 5 commits into from

Conversation

joeyparrish
Copy link
Owner

No description provided.

CMake-based deps were being installed to C:/Program Files by default
on Windows instead of /usr/local.
In GitHub's VMs, there are already GCC toolchains installed with
Strawberry Perl, Git, and one more through Chocolatey.  None of these
build clean executables that only depend on standard DLLs.  Installing
an explicitly mingw toolchain gives us a working toolchain that is
higher in the path than these others.

Getting this far also exposed an error caused by an updated mingw
binutils combined with some sign errors in ffmpeg's x86 assembly.  So
this adds a patch from a newer version of ffmpeg to resolve that build
failure.
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.

1 participant