From 079f51c5082585f2f4faaf1fdcbc5b6a6f4d79ce Mon Sep 17 00:00:00 2001 From: Charles Giessen Date: Sat, 16 Mar 2024 11:14:14 -0500 Subject: ci: Disable Address Sanitizer in actions runs Github actions appears to be having a fatal bug that is preventing ASAN workflows from succeeding. Either the build fails or tests time out, it needs to be disabled for the time being. --- .github/workflows/tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index ebc10a56..6baf1f03 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -84,7 +84,7 @@ jobs: -D BUILD_WERROR=ON \ -D INSTALL_ICD=ON \ -D BUILD_TESTS=ON \ - -D ENABLE_ADDRESS_SANITIZER=ON + -D ENABLE_ADDRESS_SANITIZER=OFF # Re-enable when github CI doesn't have fatal issues env: CC: ${{matrix.cc}} CXX: ${{matrix.cxx}} -- cgit v1.2.3