From 60b995c1b25eb1991d70af3c4e8d1b45f4b73675 Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 21 Jun 2023 08:27:24 +0800 Subject: [PATCH] zlib: re-enable "make check" (#10529) This was disabled 4 years ago, due to issues with MSAN. I currently cannot reproduce under MSAN. If the issue does reproduce, we could better document what it is. --- projects/zlib/build.sh | 4 +--- projects/zlib/project.yaml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/projects/zlib/build.sh b/projects/zlib/build.sh index 9b5879558..316b7cb6b 100755 --- a/projects/zlib/build.sh +++ b/projects/zlib/build.sh @@ -18,9 +18,7 @@ ./configure make -j$(nproc) clean make -j$(nproc) all - -# Do not make check as there are tests that fail when compiled with MSAN. -# make -j$(nproc) check +make -j$(nproc) check for f in $(find $SRC -name '*_fuzzer.cc'); do b=$(basename -s .cc $f) diff --git a/projects/zlib/project.yaml b/projects/zlib/project.yaml index 73c248aad..d301993f8 100644 --- a/projects/zlib/project.yaml +++ b/projects/zlib/project.yaml @@ -1,4 +1,4 @@ -homepage: "http://www.zlib.net/" +homepage: "https://www.zlib.net/" language: c++ primary_contact: "glennrp@gmail.com" auto_ccs: