]> git.kaiwu.me - haproxy.git/commitdiff
CI: Remove obsolete steps from musl.yml
authorTim Duesterhus <tim@bastelstu.be>
Mon, 13 Apr 2026 19:23:38 +0000 (21:23 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 14 Apr 2026 09:16:17 +0000 (11:16 +0200)
These have become obsolete with the use of `./.github/actions/setup-vtest` in
6e67b59aca11e8262c424fce062a09784d3da2ba.

.github/workflows/musl.yml

index 4c32c87a17a3f53fc6d2ff0e87f44a786645d5d6..295cdc71dea1f64897027ebcac468bfb603220c8 100644 (file)
@@ -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