-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
openssl: Fix Windows cross compilation #68398
Conversation
Is this only an issue on 19.03? |
@lheckemann yes. I believe so, as the |
Nothing to do with 18.09, but this should probably be targeted at master. |
ee07194
to
2df354f
Compare
@lheckemann against master now. Hope that's better. Will still need to be back ported when merged. |
Meta check has not much info:
|
@ofborg eval |
The problem was that nixpkgs can no longer evaluate in 16g of ram. |
@lheckemann can we merge this, or what's holding this off? |
Could we just delete Each of those keeps build time Perl out of the run time closure, which is a good. |
I tried just skipping the |
Replacing
buildPackages.perl
withperl
will requireperl
to be built for the targetPackages, hence cross compile perl when cross compiling openssl. This hopelessly fails when cross compiling to windows.