We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e7a1b commit f026f69Copy full SHA for f026f69
nix/ext/wrappers/default.nix
@@ -30,7 +30,8 @@ buildPgrxExtension_0_11_3 rec {
30
darwin.apple_sdk.frameworks.SystemConfiguration
31
];
32
OPENSSL_NO_VENDOR = 1;
33
-
+ #need to set this to 2 to avoid cpu starvation
34
+ CARGO_BUILD_JOBS = "2";
35
CARGO="${cargo}/bin/cargo";
36
cargoLock = {
37
lockFile = "${src}/Cargo.lock";
0 commit comments