From 997828116bc6f27cf023e7a38cfb5e10329e203d Mon Sep 17 00:00:00 2001 From: "Tachikoma (Codex GPT-5)" Date: Mon, 3 Aug 2026 07:49:28 -0400 Subject: [PATCH] Install the ThreadSanitizer ASLR runner Co-authored-by: Andrew Kesterson --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index d46f8f8..9af1553 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -75,7 +75,7 @@ jobs: - name: dependencies run: | 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 # 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.