ci: Export LP_NUM_THREADS=0 for meson test

This prevents the Mesa llvmpipe driver from spawning (potentially lots
of) worker threads.

Suggested by Daniel Stone on IRC.
This commit is contained in:
Michel Dänzer 2023-01-19 15:11:17 +01:00 committed by Michel Dänzer
parent 81d91f7d01
commit 5c18e25e12

View File

@ -22,7 +22,7 @@ check_piglit_results ()
meson -Dc_args="-fno-common" -Dprefix=/usr -Dxephyr=true -Dwerror=true $MESON_EXTRA_OPTIONS build/
export PIGLIT_DIR=/root/piglit XTEST_DIR=/root/xts
export PIGLIT_DIR=/root/piglit XTEST_DIR=/root/xts LP_NUM_THREADS=0
ninja -j${FDO_CI_CONCURRENT:-4} -C build/
meson test --num-processes ${FDO_CI_CONCURRENT:-4} --print-errorlogs -C build/