-
-
Notifications
You must be signed in to change notification settings - Fork 14k
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
postgresql: enable more features #218934
base: staging
Are you sure you want to change the base?
postgresql: enable more features #218934
Conversation
features enabled: openldap, pam, llvm
Thank you for the triage, I suggest we try to get #150801 in shape, @poscat0x04 if that's okay with you, this should take care of the JIT part of this PR. Then, we can examine the rest separately. I can already tell unfortunately this PR has troubles with the WAL receiver test, see https://github.com/NixOS/nixpkgs/pull/218934/checks?check_run_id=11676876625 |
jit support has been merged as part of #221851 |
"--with-openssl" | ||
"--with-libxml" | ||
"--with-icu" | ||
"--sysconfdir=/etc" | ||
"--libdir=$(lib)/lib" | ||
"--with-system-tzdata=${tzdata}/share/zoneinfo" | ||
"--enable-debug" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing that should come with a motivation.
Description of changes
Enabled the following features:
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/
)