[CI] Add build shards to mingw-w64 workflow#15344
[CI] Add build shards to mingw-w64 workflow#15344straight-shoota merged 3 commits intocrystal-lang:release/1.15from
mingw-w64 workflow#15344Conversation
|
A couple errors on CI: Missing
Missing tag version for downloading the molinillo dep:
☝️ maybe we should vendor the dependency, just like we vendor them for |
|
Now the build was successful 🚀 |
|
Yeah, apparently all it was missing was |
cfd8ea1
into
crystal-lang:release/1.15
|
This is simply running |
|
Oh I had already fixed this, but apparently never submitted the PR 🤦 Here it is: #15451 The release tarball for 1.15.1 was created from the branch with the fix, so that does work. |
Commits the dependency code into this repository, as suggested in crystal-lang/crystal#15344 (comment). We're already doing the same in https://github.com/crystal-lang/crystal. This simplifies the build process. All code required for building shards is contained in this repository (except for Crystal stdlib). There's no need to bootstrap the initial installation of the molinillo dependency anymore.
No description provided.