From 7b57cc205a7399656ba631210c1a46dc84a3269f Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Fri, 6 Oct 2023 04:31:54 -0400 Subject: [PATCH] Update wf --- .github/workflows/ci-sanitizers.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-sanitizers.yaml b/.github/workflows/ci-sanitizers.yaml index f4b1bda..4cce6aa 100644 --- a/.github/workflows/ci-sanitizers.yaml +++ b/.github/workflows/ci-sanitizers.yaml @@ -22,8 +22,11 @@ jobs: matrix: crate: [core, alloc, std, simd, stdarch] sanitizer: [address, memory, thread, cfi, safestack, leak] - # exclude: - # - sanitizer: cfi + exclude: + # FIXME: cfi is a mix of lto, bitcode, 1-cgu, and it doesn't seem to + # even compile + - sanitizer: cfi + crate: core name: Test ${{ matrix.crate }} with ${{ matrix.sanitizer }} sanitizer runs-on: ubuntu-latest steps: