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

Reimplement mingw cross-compile docker image #6568

Merged
merged 2 commits into from Mar 22, 2022
Merged

Conversation

loonycyborg
Copy link
Member

rwgrim/msys2-cross on dockerhub we're currently using is incapable of being updated anymore because of changes in msys2 keyring and rebuilding the image from scratch is hard because it requires manual setup and many things seems to have broken due to changes in pacman and the like. So I made my own variant of it that downloads msys2 as archive, and uses pacman from archlinux base image to download msys2 package updates. rwgrim/msys2-cross uses debian base with pacman-static but I couldn't make this way work since new version of pacman-static seems to depend on some extra config files not existing in debian.

…cross-compiling

Unlike rwgrim/msys2-cross this Dockerfile doesn't require manual setup
as it downloads msys2 itself. Though it uses archlinux as image base
instead of debian in order to reuse archlinux's own pacman.
@loonycyborg loonycyborg merged commit 489e7fa into master Mar 22, 2022
@Wedge009 Wedge009 added the Docker Issues related to docker. label Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docker Issues related to docker.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants