MDBF-741 Add new UBSAN/ASAN builder for 10.11+ - #732
Conversation
477bc30 to
60f46d4
Compare
08ef17d to
6a91cd5
Compare
| -DCMAKE_C_COMPILER=%(kw:c_compiler)s \\ | ||
| -DCMAKE_CXX_COMPILER=%(kw:cxx_compiler)s \\ | ||
| -DWITH_EMBEDDED_SERVER=OFF \\ | ||
| -DPLUGIN_PERFSCHEMA=NO \\ |
There was a problem hiding this comment.
note to self, change PERFSCHEMA disable to WITH_UNIT_TESTS=OFF. The perfschema (non-unit) tests are probably more valuable the unit tests.
Using the MSAN builder as its a modern clang version and its MSAN instrumentation is non-impacting on a generic UBSAN/ASAN build. Added a separate Debug builder too. Combined PERFSCHEMA/UNITTEST blocked due to MDEV-22940 so UNITTEST are disabled as their testing value is less. Retire amd64-debian-12-asan-ubsan builder.
6a91cd5 to
3b0ddd7
Compare
|
Hi, Strongly recommend to port the builders to In https://github.com/MariaDB/buildbot/tree/dev/configuration/builders/sequences
In
If you come across
If you come across commands you don't have please see: https://github.com/MariaDB/buildbot/tree/dev/configuration/steps/commands To run in container:
|
|
should be all in #815 |
Using the MSAN builder
Add New Build template
Checklist