зеркало из https://github.com/mozilla/sccache.git
Build the distributed compilation client support by default. Fixes #383
This commit is contained in:
Родитель
ae28bba659
Коммит
8cdce75f03
|
@ -115,8 +115,8 @@ tokio-named-pipes = "0.1"
|
||||||
tokio-reactor = "0.1"
|
tokio-reactor = "0.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["s3"]
|
default = ["dist-client", "s3"]
|
||||||
all = ["redis", "s3", "memcached", "gcs", "azure"]
|
all = ["dist-client", "redis", "s3", "memcached", "gcs", "azure"]
|
||||||
azure = ["chrono", "hyper", "hyperx", "rust-crypto", "url"]
|
azure = ["chrono", "hyper", "hyperx", "rust-crypto", "url"]
|
||||||
s3 = ["chrono", "hyper", "hyperx", "reqwest", "rust-crypto", "simple-s3"]
|
s3 = ["chrono", "hyper", "hyperx", "reqwest", "rust-crypto", "simple-s3"]
|
||||||
simple-s3 = []
|
simple-s3 = []
|
||||||
|
|
Загрузка…
Ссылка в новой задаче