externals: Use upstream zlib
We don't need to depend on a custom fork for this. We can add the library as is, and then make it excluded from the ALL target, so we only link in the libraries that we actually make use of.
This commit is contained in:
parent
e2547d51c6
commit
ee8483cf04
4 changed files with 10 additions and 9 deletions
.ci/scripts/linux
|
@ -11,4 +11,5 @@ ninja
|
|||
|
||||
ccache -s
|
||||
|
||||
ctest -VV -C Release
|
||||
# Ignore zlib's tests, since they aren't gated behind a CMake option.
|
||||
ctest -VV -E "(example|example64)" -C Release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue