mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 16:32:46 +00:00
Don't use --tty for the translation job
This commit is contained in:
parent
810e1e105a
commit
ae09d75267
4
.github/workflows/ci-scripts/ubuntu.sh
vendored
4
.github/workflows/ci-scripts/ubuntu.sh
vendored
@ -36,7 +36,9 @@ else
|
|||||||
WORKDIR /home/wesnoth-CI
|
WORKDIR /home/wesnoth-CI
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
docker run --tty --cap-add=ALL --privileged \
|
[[ $NLS == only ]] || tty=1 # something in the update-po4a-manual step hangs when building the xml (po4a-translate) and --tty is used
|
||||||
|
|
||||||
|
docker run ${tty+--tty} --cap-add=ALL --privileged \
|
||||||
--env BRANCH --env IMAGE --env NLS --env TOOL --env CC --env CXX \
|
--env BRANCH --env IMAGE --env NLS --env TOOL --env CC --env CXX \
|
||||||
--env CXX_STD --env CFG --env LTO \
|
--env CXX_STD --env CFG --env LTO \
|
||||||
wesnoth-repo:"$IMAGE"-"$BRANCH" ./.github/workflows/ci-scripts/docker.sh
|
wesnoth-repo:"$IMAGE"-"$BRANCH" ./.github/workflows/ci-scripts/docker.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user