Browse Source

ci: Disable Thread sanitizer for aarch64

master
Yury Popov 2 years ago
parent
commit
6b7dda4cb5
No account linked to committer's email address
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      .github/workflows/ci.yml

+ 4
- 0
.github/workflows/ci.yml View File

compiler: clang compiler: clang
sanitizer: address sanitizer: address


# Disable Thread sanitizer that runs for over 2h on aarch64
- arch: aarch64
sanitizer: thread

steps: steps:


# Linux - dependencies # Linux - dependencies

Loading…
Cancel
Save