ci: Don't run meson tests in strace for meson-mingw32-x86_64 job
There have been repeated timeouts: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3437#note_842273 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9648>
This commit is contained in:
@@ -42,8 +42,9 @@ fi
|
|||||||
|
|
||||||
# Only use GNU time if available, not any shell built-in command
|
# Only use GNU time if available, not any shell built-in command
|
||||||
case $CI_JOB_NAME in
|
case $CI_JOB_NAME in
|
||||||
|
# strace and wine don't seem to mix well
|
||||||
# ASAN leak detection is incompatible with strace
|
# ASAN leak detection is incompatible with strace
|
||||||
*-asan*)
|
meson-mingw32-x86_64|*-asan*)
|
||||||
if test -f /usr/bin/time; then
|
if test -f /usr/bin/time; then
|
||||||
MESON_TEST_ARGS+=--wrapper=$PWD/.gitlab-ci/meson/time.sh
|
MESON_TEST_ARGS+=--wrapper=$PWD/.gitlab-ci/meson/time.sh
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user