mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Merge branch 'quicker-asan-lsan'
This patch speeds up the `asan`/`lsan` jobs that are really slow enough already. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -279,9 +279,13 @@ linux-leaks)
|
|||||||
;;
|
;;
|
||||||
linux-asan)
|
linux-asan)
|
||||||
export SANITIZE=address
|
export SANITIZE=address
|
||||||
|
export NO_SVN_TESTS=LetsSaveSomeTime
|
||||||
|
MAKEFLAGS="$MAKEFLAGS NO_PYTHON=YepBecauseP4FlakesTooOften"
|
||||||
;;
|
;;
|
||||||
linux-ubsan)
|
linux-ubsan)
|
||||||
export SANITIZE=undefined
|
export SANITIZE=undefined
|
||||||
|
export NO_SVN_TESTS=LetsSaveSomeTime
|
||||||
|
MAKEFLAGS="$MAKEFLAGS NO_PYTHON=YepBecauseP4FlakesTooOften"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user