-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use premade chroot to build system #5
Comments
I'm building with Alpine Linux in an LXC container. Probably creating Docker container with the same configuration shouldn't be an issue. I will do it ASAP. |
BTW, if proot is not broken (it shouldn't be on most configurations) you can still use the legacy |
oh, i was using the ./build_all script im p sure. |
If you are already on alpine, you won't need to set up alpine chroot that is done on |
Now building with Docker is possible, switch to |
I made a llvm system by following linux from scratch.
It would be preferable to turn it into a docker file somehow to just extract it, chroot to it and run a script to build itself.
Its much better than forcing clang to fight with gcc in alpine so without libstdc++ it would compile without issues.
Check it out and think about using it to build your project.
https://drive.google.com/open?id=1Uv2_DU60lvUFVrPuqmi_scws1pfVAwmo
The text was updated successfully, but these errors were encountered: