From b15ab3a8c9af541bd3880a192d8acd7629b8920f Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Fri, 21 Jun 2024 12:43:26 -0400 Subject: [PATCH] ci: stop upstream valgrind testing against system libraries The runners are now using libxml 2.9.14 which leaks memory in schema parsing edge cases (and is fixed in modern versions of libxml2). Testing against old system libraries is not really useful since we can't do anything about it. So I'm removing it. --- .github/workflows/upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 1a8b70c395..3d6737e2fe 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -126,7 +126,7 @@ jobs: strategy: fail-fast: false matrix: - sys: ["enable", "disable"] + sys: ["disable"] runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4