From 8183adb3f703de315d79539e323c2dd179ed18aa Mon Sep 17 00:00:00 2001 From: thomas <108470890+thb-sb@users.noreply.github.com> Date: Sun, 7 Apr 2024 18:58:20 +0200 Subject: [PATCH] Remove `--repeat until-pass:5` workaround for ASan tests. (#382) 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"