From e3e1f8f9fb3683c11341ce925238b33bdeffd2e0 Mon Sep 17 00:00:00 2001 From: Ian Henriksen Date: Mon, 21 Oct 2024 11:40:41 -0600 Subject: [PATCH] Disable the tsan/nemesis hwloc and binders builds in CI since we're getting un-suppress-able false positives there too. --- .github/workflows/CI.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 426f3753..b0d250f4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -249,6 +249,10 @@ jobs: scheduler: sherwood - sanitizer: thread scheduler: distrib + - sanitizer: thread + topology: hwloc + - sanitizer: thread + topology: binders env: CC: clang-19 CXX: clang++-19