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

Change winlibs from UCRT version #13

Closed
shawnlaffan opened this issue Mar 1, 2023 · 2 comments · Fixed by #19
Closed

Change winlibs from UCRT version #13

shawnlaffan opened this issue Mar 1, 2023 · 2 comments · Fixed by #19

Comments

@shawnlaffan
Copy link
Contributor

Per discussion in StrawberryPerl/Perl-Dist-Strawberry#56 (comment) and onwards.

We need to update the URL at

ADD https://github.com/brechtsanders/winlibs_mingw/releases/download/11.2.0-13.0.0-9.0.0-ucrt-r2/winlibs-x86_64-posix-seh-gcc-11.2.0-llvm-13.0.0-mingw-w64ucrt-9.0.0-r2.zip c:/Windows/temp

While we are at it, it might be useful to change the unpacked dir from /z/mingw64 to something like /z/winlibs to avoid confusion with /mingw64. This is one line in the docker file but will need other parts of the system to be updated.

Move-Item "C:/Windows/temp/winlibs/mingw64" "./mingw64"; `

@genio
Copy link
Member

genio commented Apr 2, 2023

Apologies, @shawnlaffan. It seems like I didn't have the permissions setup correctly on this repo for you to be able to commit, etc. Hopefully that's fixed now

@shawnlaffan
Copy link
Contributor Author

All good. I haven't tried to push to this repo yet in any case.

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 a pull request may close this issue.

2 participants