Skip to content

Commit a79b86d

Browse files
committed
use default container args
1 parent 31da73d commit a79b86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper.linux.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1701,7 +1701,7 @@ function runInContainer
17011701
# cover SIGINT, since this will directly abort the whole function.
17021702
set -l fish_trace on
17031703
set c ("$DOCKER" run -d --cap-add=SYS_PTRACE --privileged --security-opt seccomp=unconfined \
1704-
"${DEFAULT_DOCKER_ARGS}" \
1704+
"$DEFAULT_DOCKER_ARGS" \
17051705
-m 64G \
17061706
-v $WORKDIR/work/:$INNERWORKDIR \
17071707
-v $SSH_AUTH_SOCK:/ssh-agent \

0 commit comments

Comments
 (0)