We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zlib
libz-sys
mimalloc
libmimalloc-sys
libgit2
LIBGIT2_NO_VENDOR
jemalloc
JEMALLOC_OVERRIDE
zstd
ZSTD_SYS_USE_PKG_CONFIG
lz4
lz4-sys
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Comment:
zlib
: This depends on an implementation of Add ZLIB_DIR config option, and don't vendor zlib or zlib-ng automatically rust-lang/libz-sys#147 aslibz-sys
automatically vendors for most systems.mimalloc
: This only supports vendoring vialibmimalloc-sys
: https://github.com/purpleprotocol/mimalloc_rust/blob/934a2fb453705a7c7b42890ba36f665bed5e53d6/libmimalloc-sys/build.rs#L3libgit2
: We can force devendoring by settingLIBGIT2_NO_VENDOR
: https://github.com/rust-lang/git2-rs/blob/19b6d056bfbfb86c21b494a9974e02e7c329d760/libgit2-sys/build.rs#L35C41-L35C58jemalloc
can be unverdored by settingJEMALLOC_OVERRIDE
: https://github.com/gnzlbg/jemallocator/blob/c27a859e98e3cb790dc269773d9da71a1e918458/jemalloc-sys/build.rs#L96zstd
: We can force devendoring by settingZSTD_SYS_USE_PKG_CONFIG
: https://github.com/gyscos/zstd-rs/blob/90bc5928b006cd1a40b9bf00ca244085f1c3c4dc/zstd-safe/zstd-sys/build.rs#L261lz4
lz4-sys
doesn't support devendoring at allThe text was updated successfully, but these errors were encountered: