- test "$(id -un)" = nobody
- cd /rspamd/fedora/build
- export LDFLAGS='-fuse-ld=lld'
- - export CFLAGS='-fsanitize=address,undefined,implicit-integer-truncation'
- - export CXXFLAGS='-fsanitize=address,undefined,implicit-integer-truncation'
+ #- export CFLAGS='-fsanitize=address,undefined,implicit-integer-truncation'
+ #- export CXXFLAGS='-fsanitize=address,undefined,implicit-integer-truncation'
- export ASAN_OPTIONS=detect_leaks=0
- >
cmake
-DCMAKE_VERBOSE_MAKEFILE=ON
-DENABLE_CLANG_PLUGIN=ON
-DENABLE_FULL_DEBUG=ON
+ -DSANITIZE=address
$CI_WORKSPACE
- ncpu=$(getconf _NPROCESSORS_ONLN)
- make -j $ncpu install