Skip to content

Commit

Permalink
CI has no TTY
Browse files Browse the repository at this point in the history
  • Loading branch information
Varg committed Sep 13, 2024
1 parent 127e17c commit d269cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cross_build/build_linux64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ USER_IDS="-e BUILDER_UID=$( id -u ) -e BUILDER_GID=$( id -g ) -e BUILDER_USER=$(
# Allow usage of fuse
DOCKER_OPTS="--cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfined"

docker run --rm -ti \
docker run --rm \
-v "$(pwd)":/work \
$HOST_VOLUMES \
$DOCKER_OPTS \
Expand Down

0 comments on commit d269cc1

Please sign in to comment.