Disable webengine sandboxing on ci

This commit is contained in:
Nyall Dawson 2024-02-08 16:39:18 +10:00
parent 35713bdd73
commit 63774f0ec9

View File

@ -278,6 +278,8 @@ echo "::group::Print disk space before running tests"
df -h
echo "::endgroup::"
export QTWEBENGINE_DISABLE_SANDBOX=1
python3 ${SRCDIR}/.ci/ctest2ci.py xvfb-run ctest -V $CTEST_OPTIONS -E "${EXCLUDE_TESTS}" -S ${SRCDIR}/.ci/config_test.ctest --output-on-failure
echo "::group::Print disk space after running tests"