From 2f079be9965f73e40c3ff1e94cd8eaad20f93767 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 9 Aug 2022 00:31:56 -0400 Subject: [PATCH] CI: include zlib devel package for the mingw cross tests After a recent CI image builder update successfully ran the tests, but didn't run the cross tests, it updated the image that then got used by the regular CI cross tests. Somehow this resulted in a bunch of tests now failing because zlib could not be picked up. We probably dropped a transitive dependency somewhere. Anyway, it's correct to explicitly specify it if we need it. --- ci/ciimage/ubuntu-rolling/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ciimage/ubuntu-rolling/install.sh b/ci/ciimage/ubuntu-rolling/install.sh index 8c3233400..697ef060b 100755 --- a/ci/ciimage/ubuntu-rolling/install.sh +++ b/ci/ciimage/ubuntu-rolling/install.sh @@ -15,7 +15,7 @@ pkgs=( libomp-dev llvm lcov dub ldc - mingw-w64 mingw-w64-tools + mingw-w64 mingw-w64-tools libz-mingw-w64-dev libclang-dev libgcrypt20-dev libgpgme-dev