-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[cleanup] feat(prebuild): support of Alpine binaries #2366
Conversation
Some issues with test on Alpine Linux Pipeline reworked to create tag named vX.Y.Z, will be created prerelease and all artifacts will be uploaded to it. Added comments in workflows for continue-on-error (failed tests on windows(node20) and alpine). Thanks @jamesbvaughan and @davidanthoff for some parts of their PR Thought about MSYS Clang based system, but seems without Windows ARM runner we can't solve this |
Example of generated assets |
Need to rewrite Wiki articles for building on Windows to remove manual download of libraries and use only MSYS case.
|
Thanks for preparing this! I really need to delete the prebuilds directory in the master branch -- prebuilds are made using the |
20f2544
to
a5f13e2
Compare
@zbjornson Thanks for comment, clean up this MR, and will open new on Prebuilds target |
a158a5d
to
fad5b2d
Compare
9b31da3
to
ec1eb3f
Compare
- update dependencies - rework binding.gyp - rework msys bundle for Windows - add bundle for MUSL (Alpine) - rework bundle scripts and ci moved to prebuild
Superseded by #2370 |
Thanks for contributing!