]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "script/run-make: enable ASan" 69676/head
authorKefu Chai <k.chai@proxmox.com>
Tue, 23 Jun 2026 12:14:10 +0000 (20:14 +0800)
committerKefu Chai <k.chai@proxmox.com>
Tue, 23 Jun 2026 12:32:05 +0000 (20:32 +0800)
in 8ac962c6, we enabled ASan in script/run-make, which is part of
our CI workflow to build the tree. The goal was to enable us to identify
memory related issues early, but this introduced two kinds of problems:

- it's observed that some tests take around 4x time to complete in
  comparison to the test time without ASan enabled
- api and dashboard e2e tests are failing because the ASan supppression
  rules are not populated to them

This reverts commit 8ac962c698df959da1866d41b04d69c806bb72c0.

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
src/script/run-make.sh

index e990a827de57f84b6728adabb8cb69f2a55601ed..30ca35ce2740a46662bdd0f2880a757758c9ac36 100755 (executable)
@@ -143,7 +143,6 @@ EOM
     local cxx_compiler="${discovered_cxx_compiler}"
     local c_compiler="${discovered_c_compiler}"
     local cmake_opts
-    cmake_opts+=" -DWITH_ASAN=ON"
     cmake_opts+=" -DCMAKE_CXX_COMPILER=$cxx_compiler -DCMAKE_C_COMPILER=$c_compiler"
     cmake_opts+=" -DENABLE_GIT_VERSION=OFF"
     cmake_opts+=" -DWITH_GTEST_PARALLEL=ON"