Skip to content

Commit 021a8aa

Browse files
committed
chore: trigger rebuild to check caching behavior
1 parent 7f319cd commit 021a8aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/cargo-pgrx/buildPgrxExtension.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ let
143143
buildPhase = ''
144144
runHook preBuild
145145
146+
146147
if [[ -d "/nix/var/cache/sccache" && -w "/nix/var/cache/sccache" ]]; then
147148
echo "sccache: cache directory available, enabling"
148149
export RUSTC_WRAPPER="${sccache}/bin/sccache"

0 commit comments

Comments
 (0)