[ci] Run wpilibc through asan (#8868)

This commit is contained in:
Gold856
2026-05-23 19:40:32 -04:00
committed by GitHub
parent d48f1cd0e5
commit ac41523eb4
2 changed files with 1 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: asan
cmake-flags: "-DCMAKE_BUILD_TYPE=Asan"
ctest-env: ""
ctest-flags: "-E 'wpilibc'"
ctest-flags: ""
- name: tsan
cmake-flags: "-DCMAKE_BUILD_TYPE=Tsan"
ctest-env: "TSAN_OPTIONS=second_deadlock_stack=1:suppressions=$GITHUB_WORKSPACE/tsan_suppressions.txt"

View File

@@ -180,7 +180,6 @@ cc_test(
size = "small",
srcs = glob(["src/test/native/cpp/**"]),
tags = [
"no-asan",
"no-tsan",
"no-ubsan",
],