Module: wine Branch: master Commit: d9ad68a1ef1bb9288f5f39199a6042f013e6b464 URL: https://gitlab.winehq.org/wine/wine/-/commit/d9ad68a1ef1bb9288f5f39199a6042f...
Author: Rémi Bernon rbernon@codeweavers.com Date: Thu Oct 26 00:19:53 2023 +0200
gitlab: Run tests with LP_NUM_THREADS=4 env var.
This forces mesa LLVMPIPE driver to use a fixed number of threads, and greatly reduces its memory usage from the $(nproc) default. On Gitlab this is 32 threads, which often exhaust VM space in 32bit tests.
---
tools/gitlab/test.yml | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/gitlab/test.yml b/tools/gitlab/test.yml index aaae5671843..4e0b6d75983 100644 --- a/tools/gitlab/test.yml +++ b/tools/gitlab/test.yml @@ -21,6 +21,7 @@ - export PATH=$BASEDIR/usr/local/bin:$PATH - export DISPLAY=:0 - export LC_ALL=C.UTF-8 + - export LP_NUM_THREADS=4 - export WINEDEBUG=err-all,fixme-all - | cat >$HOME/xorg.conf << EOF