Skip to content

Commit dd57df7

Browse files
do not use -all-root in mksquashfs (#213)
1 parent eddfe1c commit dd57df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackinator/templates/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
8989
cache-force: mirror-setup

0 commit comments

Comments
 (0)