Skip to content

Commit

Permalink
CI: include zlib devel package for the mingw cross tests
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eli-schwartz committed Aug 9, 2022
1 parent 0ec039d commit 2f079be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ciimage/ubuntu-rolling/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f079be

Please sign in to comment.