projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c16844d
)
gitlab-ci: export MESON_TESTTHREADS so meson actually sees it
author
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 31 Aug 2022 05:37:37 +0000
(15:37 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 31 Aug 2022 05:37:37 +0000
(15:37 +1000)
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>
.gitlab-ci/meson-build.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/meson-build.sh
b/.gitlab-ci/meson-build.sh
index
cde92ba
..
df2a6a4
100755
(executable)
--- 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 "*************************************************"