Install the ThreadSanitizer ASLR runner
Some checks failed
libakerror CI Build / cmake_build (push) Successful in 2m53s
libakerror CI Build / coverage (push) Successful in 2m52s
libakerror CI Build / thread_sanitizer (push) Failing after 2m52s
libakerror CI Build / mutation_test (push) Successful in 43m58s

Co-authored-by: Andrew Kesterson <andrew@aklabs.net>
This commit is contained in:
2026-08-03 07:49:28 -04:00
parent 0a6cb303f5
commit 997828116b

View File

@@ -75,7 +75,7 @@ jobs:
- name: dependencies - name: dependencies
run: | run: |
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install -y cmake gcc moreutils sudo apt-get install -y cmake gcc moreutils util-linux
# The thread tests assert exclusive ownership of pool slots and reserved # The thread tests assert exclusive ownership of pool slots and reserved
# ranges, which is checkable without tooling and runs in the job above. # ranges, which is checkable without tooling and runs in the job above.
# This is the run that proves there is no data race underneath them. # This is the run that proves there is no data race underneath them.