This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
ci: Disable Thread sanitizer for aarch64
master
Yury Popov
2 years ago
parent
c24a431c96
commit
6b7dda4cb5
No account linked to committer's email address
1 changed files
with
4 additions
and
0 deletions
Unified View
Show Diff Stats
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
Write
Preview
Loading…
Cancel
Save