From aa939d7a6a057360e33da7823ea7b489960e848e Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 5 Jul 2024 18:25:31 +0900 Subject: [PATCH] Temporarily disable ASAN tests It looks like starting with Clang 18.1.3, ASAN began reporting an error on OneTBB. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3015849f..860ed60f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,6 @@ jobs: target: # Disable PCH for the default configuration. This prevents relying on implicit includes. - '-DCMAKE_DISABLE_PRECOMPILE_HEADERS=On' - - '-DMOLD_USE_ASAN=On' - '-DMOLD_USE_TSAN=On' runs-on: ubuntu-20.04 steps: