compile-unix.sh and compile-windows.sh expect environment variables for compression like SNAPPY=ON, ZLIB=ON, but not for ZSTD=ON (though it is set in config.yml). So the compile tasks for zstd, like debug-compile-compression-zstd, will pass even if zstd is not found (example).
- is related to
-
CDRIVER-3452 zstd not listed as a dependency for static libmongoc
- Closed