aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-10-27 16:50:02 +0100
committerJay Berkenbilt <ejb@ql.org>2020-10-27 16:57:48 +0100
commitda7540794a71baa274516632e6c4b6ea7b7b6f09 (patch)
tree936c67c4cb9f1df2c867065467f64abc6a5d73f9 /README-maintainer
parent09bd1fafb131020a81e6519f65e9ba58d7a09abd (diff)
downloadqpdf-da7540794a71baa274516632e6c4b6ea7b7b6f09.tar.zst
Prepare 10.0.2 releaserelease-qpdf-10.0.2
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer9
1 files changed, 5 insertions, 4 deletions
diff --git a/README-maintainer b/README-maintainer
index bc9a84a0..fd28f9a4 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -142,16 +142,17 @@ RELEASE PREPARATION
For Windows, use a Windows style path, not an MSYS path for large files.
-* Test with clang. Pass `CC=clang CXX=clang++` to `./configure`. Test
- with newer version of gcc if available.
+* Test with clang. Pass `CC=clang CXX=clang++` to `./configure`. (Done
+ in CI).
+
+* Test with newer version of gcc if available.
* Test 32-bit. Pass `CC=i686-linux-gnu-gcc CXX=i686-linux-gnu-g++` to
`./configure`. (Done in CI.)
* Test build on a mac. (Done in CI.)
-* Test with address sanitizer as described above. (Done in CI with
- gcc; test locally with clang.)
+* Test with address sanitizer as described above. (Done in CI.)
* A small handful of additional files have been taken from autotools
programs. These should probably be updated from time to time.