Skip to content
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

clean references to unneeded files/packages #94

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

bobvanderlinden
Copy link
Owner

@bobvanderlinden bobvanderlinden commented Oct 11, 2023

Resolves #92

Based on the work in nixpkgs:
https://github.com/NixOS/nixpkgs/blob/10f5e2ef0ec1a7e830aceb3ad16cd606a87addcb/pkgs/development/interpreters/ruby/default.nix#L219

This decreases the closure sure significantly by removing an unneeded reference to stdenv.cc.

@bobvanderlinden bobvanderlinden merged commit 89cbfca into master Oct 17, 2023
2 checks passed
@bobvanderlinden bobvanderlinden deleted the pr-clean-references branch October 17, 2023 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Closure size for ruby is 10x bigger than in nixpkgs
1 participant