-
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
Attempt to build fully static toolchain #377
Comments
Things that appear to "just work" using
Things that do not:
TBD:
|
perl-static doesnt build too
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to get rid of sandboxroot in order to make the monorepo externally consumable. The current list of dependencies lives here: https://github.com/monogon-dev/monogon/blob/main/third_party/sandboxroot/regenerate.sh
This issue explores the approach of using a fully static toolchain. Other possibilities include NixOS/rules_nixpkgs (which is less desirable due to extra host deps and complexity).
Deps we no longer need:
We still need:
Related issues:
The text was updated successfully, but these errors were encountered: