From bfe530ce6f2ffbaaa10dbd1758a22e9513484b67 Mon Sep 17 00:00:00 2001 From: thb-sb Date: Tue, 2 Apr 2024 10:17:20 +0200 Subject: [PATCH] Remove `--repeat until-pass:5` workaround for ASan tests. Since [actions/runner-images#9491] is closed, we can now remove our workaround for the ASAn tests. [actions/runner-images#9491]: https://github.com/actions/runner-images/issues/9491 Signed-off-by: thb-sb --- .github/workflows/linux.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c1898500..cc763022 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -148,8 +148,7 @@ jobs: run: | ctest --test-dir build \ --output-on-failure \ - --extra-verbose \ - --repeat until-pass:5 + --extra-verbose linux_aarch64: name: "aarch64 cross-compilation"