We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1255be8 commit 701ccf8Copy full SHA for 701ccf8
stackinator/templates/Makefile
@@ -82,6 +82,7 @@ post-install: env-meta
82
store.squashfs: post-install
83
# clean up the __pycache__ paths in the repo
84
$(SANDBOX) find $(STORE)/repo -type d -name __pycache__ -exec rm -r {} +
85
+ $(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
87
88
# Force push all built packages to the build cache
0 commit comments