-
Notifications
You must be signed in to change notification settings - Fork 39
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
Update Build Pipeline #62
Comments
Status at the end of today is the alpine mingw build is at the stage of applying the patches for building mruby-zest. |
Alpine mingw build is almost working. Once it is, then modifications in the githubaction branch of mruby-zest-build ought to be merged. |
Removing the semi-vendored copy of libuv should be an overall improvement (TODO). Right now it's sort-of hacked in to use one outside of mruby-zest-build. |
The basic build completes for arch/ubuntu/alpine/alpine-mingw. Some changes need to be checked in to finish the alpine-mingw build in a clean manner. No network builds need some sort of base image first with dependencies installed before running make/cmake/ninja/etc. |
No net build setup for arch, modifications are still needed for zest to avoid the old libuv setup. It seems zest should likely not have the builtin libuv build process.
|
The text was updated successfully, but these errors were encountered: