File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ store.squashfs: post-install
8383 # clean up the __pycache__ paths in the repo
8484 $(SANDBOX ) find $(STORE ) /repo -type d -name __pycache__ -exec rm -r {} +
8585 $(SANDBOX ) chmod -R a+rX $(STORE )
86- $(SANDBOX ) env -u SOURCE_DATE_EPOCH " $$ ($( SANDBOX) $( SPACK_HELPER) -e ./compilers/bootstrap find --format='{prefix}' squashfs | head -n1)/bin/mksquashfs" $(STORE ) $@ -all-root -all-time $$(date +%s ) -no-recovery -noappend -Xcompression-level 3
86+ $(SANDBOX ) env -u SOURCE_DATE_EPOCH " $$ ($( SANDBOX) $( SPACK_HELPER) -e ./compilers/bootstrap find --format='{prefix}' squashfs | head -n1)/bin/mksquashfs" $(STORE ) $@ -force-uid nobody -force-gid nobody -all-time $$(date +%s ) -no-recovery -noappend -Xcompression-level 3
8787
8888# Force push all built packages to the build cache
8989cache-force : mirror-setup
You can’t perform that action at this time.
0 commit comments