зеркало из https://github.com/mozilla/sccache.git
Add new feature `vendored-openssl`
To build and use a vendored version of `openssl` for cases where the environment does not have openssl installed, e.g. in cross compilation.
This commit is contained in:
Родитель
9a4149c1d0
Коммит
dca9df6421
|
@ -128,6 +128,7 @@ webdav = ["opendal"]
|
|||
memcached = ["opendal/services-memcached"]
|
||||
native-zlib = []
|
||||
redis = ["url", "opendal/services-redis"]
|
||||
vendored-openssl = ["openssl?/vendored"]
|
||||
# Enable features that require unstable features of Nightly Rust.
|
||||
unstable = []
|
||||
# Enables distributed support in the sccache client
|
||||
|
|
Загрузка…
Ссылка в новой задаче