-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[CI] Add build shards to mingw-w64
workflow
#15344
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
[CI] Add build shards to mingw-w64
workflow
#15344
Conversation
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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.