mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Disable webengine sandboxing on ci
This commit is contained in:
parent
35713bdd73
commit
63774f0ec9
@ -278,6 +278,8 @@ echo "::group::Print disk space before running tests"
|
|||||||
df -h
|
df -h
|
||||||
echo "::endgroup::"
|
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
|
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"
|
echo "::group::Print disk space after running tests"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user