Skip to content

Commit 06dc8e7

Browse files
Putting /tmp and /run as tmpfs causes problems.
1 parent de83733 commit 06dc8e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build

-2
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ ${ECHO} ${SUDO} docker run \
157157
${NAME_ARG} \
158158
${PULL_ARG} \
159159
--tty \
160-
--tmpfs /tmp:exec \
161-
--tmpfs /run:exec \
162160
--volume "${BUILD_DIR}:/build" \
163161
${NO_HALT} \
164162
--rm \

0 commit comments

Comments
 (0)