Skip to content

Commit

Permalink
nix: don't run pg 17 tests when building it
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-chavez committed Nov 13, 2024
1 parent 728d325 commit 785deef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/postgresql/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ let
wrapProgram $out/bin/initdb --prefix PATH ":" ${glibc.bin}/bin
'';

doCheck = !stdenv'.isDarwin;
doCheck = false;
# autodetection doesn't seem to able to find this, but it's there.
checkTarget = "check";

Expand Down

0 comments on commit 785deef

Please sign in to comment.