-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
reduce runtime closure size #143
Comments
This probably just requires a wrapping with justStaticExecutables |
Indeed, and this is already the case for the |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the runtime closure of the rfc101 branch includes ghc-9 references. This creates a 2GB+ runtime closure. It seems this is for the library outputs.
The below fixes this, but we may instead want to do multiple outputs or use another approach to remove these.
Note: there are some cabal2nix issues regarding this already
The text was updated successfully, but these errors were encountered: