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 7f319cd commit 021a8aaCopy full SHA for 021a8aa
1 file changed
nix/cargo-pgrx/buildPgrxExtension.nix
@@ -143,6 +143,7 @@ let
143
buildPhase = ''
144
runHook preBuild
145
146
+
147
if [[ -d "/nix/var/cache/sccache" && -w "/nix/var/cache/sccache" ]]; then
148
echo "sccache: cache directory available, enabling"
149
export RUSTC_WRAPPER="${sccache}/bin/sccache"
0 commit comments