Skip to content

Commit

Permalink
ci: stop upstream valgrind testing against system libraries (#3243)
Browse files Browse the repository at this point in the history
**What problem is this PR intended to solve?**

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.
  • Loading branch information
flavorjones authored Jun 21, 2024
2 parents d981833 + b15ab3a commit 8e03cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e03cc8

Please sign in to comment.