Skip to content

Commit

Permalink
Docker doesn't like --cap-add for some reason.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Jul 25, 2019
1 parent b0200d1 commit 1165ce0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/travis/steps/script.sh
Expand Up @@ -43,6 +43,5 @@ else
docker run --volume "$HOME"/build-cache:/home/wesnoth-travis/build \
--volume "$HOME"/.ccache:/root/.ccache \
--tty wesnoth-repo:"$LTS"-"$BRANCH" \
--cap-add=SYS_PTRACE \
unbuffer ./utils/travis/docker_run.sh "$NLS" "$TOOL" "$CC" "$CXX" "$CXXSTD" "$OPT" "$WML_TESTS" "$WML_TEST_TIME" "$PLAY_TEST" "$MP_TEST" "$BOOST_TEST" "$LTO" "$SAN" "$VALIDATE"
fi

0 comments on commit 1165ce0

Please sign in to comment.