Details
-
Technical task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
BB V1.13
Description
Should be a bintar builder; configure with:
 |
cmake \
|
-DWITH_MSAN=ON \
|
-DCMAKE_EXE_LINKER_FLAGS="-L${MSAN_LIBDIR} -Wl,-rpath,${MSAN_LIBDIR}" \ |
-DCMAKE_MODULE_LINKER_FLAGS="-L${MSAN_LIBDIR} -Wl,-rpath,${MSAN_LIBDIR}" \ |
-DCMAKE_SHARED_LINKER_FLAGS="-L${MSAN_LIBDIR} -Wl,-rpath,${MSAN_LIBDIR}" \ |
Use a clang 22 buildbot docker environment: debian13-msan-clang-22
Library instrumentation was prepared by danblack (big thanks!) in: https://github.com/MariaDB/buildbot/pull/942
The MSan inside DM warning was suppressed in: https://github.com/mariadb-corporation/mariadb-connector-odbc/pull/68
The builder will be added in: https://github.com/MariaDB/buildbot/pull/949