From 716218f72396006e9456e25547a95a5d07c12b5c Mon Sep 17 00:00:00 2001 From: Tim Duesterhus Date: Mon, 13 Apr 2026 21:23:38 +0200 Subject: [PATCH] CI: Remove obsolete steps from musl.yml These have become obsolete with the use of `./.github/actions/setup-vtest` in 6e67b59aca11e8262c424fce062a09784d3da2ba. --- .github/workflows/musl.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/musl.yml b/.github/workflows/musl.yml index 4c32c87a1..295cdc71d 100644 --- a/.github/workflows/musl.yml +++ b/.github/workflows/musl.yml @@ -18,7 +18,6 @@ jobs: steps: - name: Setup coredumps run: | - ulimit -c unlimited echo '/tmp/core/core.%h.%e.%t' > /proc/sys/kernel/core_pattern - uses: actions/checkout@v6 - name: Install dependencies @@ -30,9 +29,6 @@ jobs: run: ./haproxy -vv - name: Show linked libraries run: ldd haproxy - - name: Install problem matcher for VTest - # This allows one to more easily see which tests fail. - run: echo "::add-matcher::.github/vtest.json" - name: Run VTest id: vtest run: make reg-tests VTEST_PROGRAM=${{ github.workspace }}/vtest/vtest REGTESTS_TYPES=default,bug,devel