Merge branch 'ps/ci-meson'
The meson-build procedure is integrated into CI to catch and prevent bitrotting. * ps/ci-meson: ci: wire up Meson builds t: introduce compatibility options to clar-based tests t: fix out-of-tree tests for some git-p4 tests Makefile: detect missing Meson tests meson: detect missing tests at configure time t/unit-tests: rename clar-based unit tests to have a common prefix Makefile: drop -DSUPPRESS_ANNOTATED_LEAKS ci/lib: support custom output directories when creating test artifacts
This commit is contained in:
@ -712,7 +712,6 @@ else
|
||||
build_options_config.set('SANITIZE_ADDRESS', '')
|
||||
endif
|
||||
if get_option('b_sanitize').contains('leak')
|
||||
libgit_c_args += '-DSUPPRESS_ANNOTATED_LEAKS'
|
||||
build_options_config.set('SANITIZE_LEAK', 'YesCompiledWithIt')
|
||||
else
|
||||
build_options_config.set('SANITIZE_LEAK', '')
|
||||
|
Reference in New Issue
Block a user