Skip to content

Commit 947aa1a

Browse files
committed
Disable TSAN/ASAN on QEMU ARM.
1 parent c3a0f02 commit 947aa1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
"linux-gcc-release",
3232
"linux-clang-release"
3333
]
34+
exclude:
35+
- arch: arm64
36+
preset: "linux-clang-release-asan"
37+
- arch: arm64
38+
preset: "linux-clang-release-tsan"
3439

3540
steps:
3641
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)