From f04808dec5022f7bcccd13004ff4f8dcc85999fe Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Wed, 16 Mar 2022 16:29:21 -0400 Subject: [PATCH] Also update workflows --- .github/workflows/fuzzing-build.yaml | 2 +- .github/workflows/tests.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fuzzing-build.yaml b/.github/workflows/fuzzing-build.yaml index 9e70e2db45ccaa..ccdfa6906f2bff 100644 --- a/.github/workflows/fuzzing-build.yaml +++ b/.github/workflows/fuzzing-build.yaml @@ -124,7 +124,7 @@ jobs: run: | ./scripts/run_in_build_env.sh \ "./scripts/build/build_examples.py \ - --target darwin-x64-all-clusters-no-ble-asan-libfuzzer \ + --target darwin-x64-all-clusters-no-ble-asan-libfuzzer-clang \ build \ --copy-artifacts-to objdir-clone \ " diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0cfbfabdda8c28..25292b0a2d8adf 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -32,7 +32,7 @@ jobs: strategy: matrix: - build_variant: [no-ble-tsan] + build_variant: [no-ble-tsan-clang] chip_tool: ["", -same-event-loop] env: BUILD_VARIANT: ${{matrix.build_variant}} @@ -120,7 +120,7 @@ jobs: strategy: matrix: - build_variant: [no-ble-tsan, no-ble-asan] + build_variant: [no-ble-tsan-clang, no-ble-asan-clang] chip_tool: ["", -same-event-loop] env: BUILD_VARIANT: ${{matrix.build_variant}}