-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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: Support no-deprecated
& no-tests
#180611
base: master
Are you sure you want to change the base?
Conversation
Re-open #180452 |
no-deprecated
& no-tests
tested through commands nix-channel --update
package_name=openssl
nix-build --no-out-link --expr "with import <nixpkgs> {}; (pkgsStatic.${package_name}).overrideAttrs (old: { configureFlags = (old.configureFlags or []) ++ [ \"no-tests\" \"no-deprecated\" ]; })" |
Something has gone wrong with your "openssl: Support sskipskippingthe tests" commit message. What's the reason for disabling the tests, just a faster build? |
Also, in your first commit you introduce the no-deprecated option at the end of the options list, but then in a later commit you move it. Could you please modify your commits so that it's introduced in your preferred location from the start? Otherwise it's pointlessly adding an extra cycle to somebody trying to use |
Yes. |
I was expecting this PR to be merge with the squash-ish way. Can we squash this PR when it is ready for merging? |
5363ef8
to
2c8eaca
Compare
It's been a week ago since this PR got reviewed, I'm wondering if @alyssais could spend some time guiding me to consummate this PR. Thanks ;-) |
@alyssais @SuperSandro2000 I just resolved the conflict. |
Description of changes
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes