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

@@ -168,6 +168,10 @@ jobs:
compiler: clang
sanitizer: address

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

steps:

# Linux - dependencies

Loading…
Cancel
Save