We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea094ee + cf5dcd8 commit 6133e3aCopy full SHA for 6133e3a
1 file changed
ci/lib.sh
@@ -279,9 +279,13 @@ linux-leaks)
279
;;
280
linux-asan)
281
export SANITIZE=address
282
+ export NO_SVN_TESTS=LetsSaveSomeTime
283
+ MAKEFLAGS="$MAKEFLAGS NO_PYTHON=YepBecauseP4FlakesTooOften"
284
285
linux-ubsan)
286
export SANITIZE=undefined
287
288
289
290
esac
291
0 commit comments