diff --git a/.gitlab-ci/meson/build.sh b/.gitlab-ci/meson/build.sh index e47dc48be49..374be8306cf 100755 --- a/.gitlab-ci/meson/build.sh +++ b/.gitlab-ci/meson/build.sh @@ -42,8 +42,9 @@ fi # Only use GNU time if available, not any shell built-in command case $CI_JOB_NAME in + # strace and wine don't seem to mix well # ASAN leak detection is incompatible with strace - *-asan*) + meson-mingw32-x86_64|*-asan*) if test -f /usr/bin/time; then MESON_TEST_ARGS+=--wrapper=$PWD/.gitlab-ci/meson/time.sh fi