JuliaPackaging / BinaryBuilderBase.jl

https://juliapackaging.github.io/BinaryBuilderBase.jl/stable
MIT License
11 stars 31 forks source link

Add new rebuilt mingw shards #330

Closed gbaraldi closed 11 months ago

gbaraldi commented 11 months ago

This bumps the mingw runtime to the 11.0.1 version. mingw + mscvrt doesn't have version constraints because it's a statically linked runtime that links to msvcrt.dll which is always there

giordano commented 11 months ago

We have some pesky tests to updated: https://github.com/JuliaPackaging/BinaryBuilderBase.jl/blob/2338cb3153ff7b9ffe4be0173a3199c04ac056e9/test/rootfs.jl#L180 🙂

gbaraldi commented 11 months ago

I think this looks better