From 10fe5143f4c19fbea73158a4aecded1f9516ed52 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 19 Dec 2023 08:46:56 -0500 Subject: Add CI for testing with zlib-ng Add a CI job to test qpdf with other than the default zlib implementation. This incldues a check that the new zlib really is not the default, so the new test will fail if the default because zlib-ng. --- README-maintainer.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README-maintainer.md') diff --git a/README-maintainer.md b/README-maintainer.md index c7ae7296..67cbe35a 100644 --- a/README-maintainer.md +++ b/README-maintainer.md @@ -7,6 +7,7 @@ * [CHECKING DOCS ON readthedocs](#checking-docs-on-readthedocs) * [GOOGLE OSS-FUZZ](#google-oss-fuzz) * [CODING RULES](#coding-rules) +* [ZLIB COMPATIBILITY](#zlib-compatibility) * [HOW TO ADD A COMMAND-LINE ARGUMENT](#how-to-add-a-command-line-argument) * [RELEASE PREPARATION](#release-preparation) * [CREATING A RELEASE](#creating-a-release) @@ -272,6 +273,10 @@ Building docs from pull requests is also enabled. * Avoid attaching too much metadata to objects and object handles since those have to get copied around a lot. +## ZLIB COMPATIBILITY + +XXX Write this + ## HOW TO ADD A COMMAND-LINE ARGUMENT Quick reminder: -- cgit v1.2.3-54-g00ecf