We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cd3f8 commit 8e06e21Copy full SHA for 8e06e21
stackinator/templates/Make.user
@@ -30,7 +30,7 @@ SANDBOX := $SQFS_MOUNT --
30
SANDBOX := $(SQFS_MOUNT) -- $(BUILD_ROOT)/bwrap-mutable-root.sh $\
31
--tmpfs ~ $\
32
--bind $(BUILD_ROOT)/tmp /tmp $\
33
- --bind $(BUILD_ROOT)/store $(STORE) \$
+ --bind $(BUILD_ROOT)/store $(STORE) $\
34
{% for item in base_uenv %}
35
--bind $(BUILD_ROOT)/tmp/mounts/{{item.prefix_path}} {{item.prefix_path}} $\
36
{% endfor %}
0 commit comments