Skip to content

Commit

Permalink
msan build: reduce options (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Oct 9, 2024
1 parent ac479ba commit 0c93f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master-docker-nonstandard-2/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ f_msan_build.addStep(
"bash",
"-xc",
util.Interpolate(
'cmake . -DCMAKE_C_COMPILER=%(kw:c_compiler)s -DCMAKE_CXX_COMPILER=%(kw:cxx_compiler)s -DWITH_EMBEDDED_SERVER=OFF -DWITH_INNODB_{BZIP2,LZ4,LZMA,LZO,SNAPPY}=OFF -DPLUGIN_{ARCHIVE,TOKUDB,MROONGA,OQGRAPH,ROCKSDB,CONNECT,SPIDER}=NO -DWITH_{ZLIB,SSL,PCRE}=bundled -DHAVE_LIBAIO_H=0 -DCMAKE_DISABLE_FIND_PACKAGE_{URING,LIBAIO}=1 -DWITH_MSAN=ON && cmake --build . --parallel %(kw:jobs)s --verbose',
'cmake . -DCMAKE_C_COMPILER=%(kw:c_compiler)s -DCMAKE_CXX_COMPILER=%(kw:cxx_compiler)s -DWITH_EMBEDDED_SERVER=OFF -DWITH_INNODB_{BZIP2,LZ4,LZMA,LZO,SNAPPY}=OFF -DPLUGIN_{ARCHIVE,MROONGA,ROCKSDB,SPIDER}=NO -DWITH_ZLIB=bundled -DHAVE_LIBAIO_H=0 -DCMAKE_DISABLE_FIND_PACKAGE_{URING,LIBAIO}=1 -DWITH_MSAN=ON && cmake --build . --parallel %(kw:jobs)s --verbose',
jobs=util.Property("jobs", default="$(getconf _NPROCESSORS_ONLN)"),
c_compiler=util.Property("c_compiler", default="clang"),
cxx_compiler=util.Property("cxx_compiler", default="clang++"),
Expand Down

0 comments on commit 0c93f34

Please sign in to comment.