summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-08-31 15:37:37 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-08-31 15:37:37 +1000
commit4177093d49933c498c948b082c38e4785a7857ab (patch)
tree41b17e5ee15bd1fd39d2dba88557a1dc5044d54c
parentc16844d1b2854672517e20c35004c7c40694cb1b (diff)
downloadlibinput-4177093d49933c498c948b082c38e4785a7857ab.tar.gz
gitlab-ci: export MESON_TESTTHREADS so meson actually sees it
Unlike NINJA_ARGS this isn't passed into meson, it's picked from the env. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rwxr-xr-x.gitlab-ci/meson-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/meson-build.sh b/.gitlab-ci/meson-build.sh
index cde92ba9..df2a6a46 100755
--- a/.gitlab-ci/meson-build.sh
+++ b/.gitlab-ci/meson-build.sh
@@ -23,7 +23,7 @@ fi
if [[ -n "$FDO_CI_CONCURRENT" ]]; then
NINJA_ARGS="-j$FDO_CI_CONCURRENT $NINJA_ARGS"
- MESON_TESTTHREADS="$FDO_CI_CONCURRENT"
+ export MESON_TESTTHREADS="$FDO_CI_CONCURRENT"
fi
echo "*************************************************"