From ba7d16ff55cadb69a63a8fc4cc72e7f43be15132 Mon Sep 17 00:00:00 2001 From: thb-sb Date: Tue, 2 Apr 2024 10:19:26 +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 54c0d4fd..f8fb079f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -152,8 +152,7 @@ jobs: run: | ctest --test-dir build \ --output-on-failure \ - --extra-verbose \ - --repeat until-pass:5 + --extra-verbose linux_aarch64: name: "aarch64 cross-compilation"