зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1544865 - Build `dist-server` in the sccache toolchain job where available. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D27749 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
bac7c910ef
Коммит
2f81da5755
|
@ -66,7 +66,7 @@ EOF
|
||||||
|
|
||||||
# We don't need to set OPENSSL_STATIC here, because we only have static
|
# We don't need to set OPENSSL_STATIC here, because we only have static
|
||||||
# libraries in the directory we are passing.
|
# libraries in the directory we are passing.
|
||||||
env "OPENSSL_DIR=$OPENSSL_BUILD_DIRECTORY" cargo build --verbose --release
|
env "OPENSSL_DIR=$OPENSSL_BUILD_DIRECTORY" cargo build --features "all dist-server" --verbose --release
|
||||||
;;
|
;;
|
||||||
MINGW*)
|
MINGW*)
|
||||||
cargo build --verbose --release
|
cargo build --verbose --release
|
||||||
|
|
Загрузка…
Ссылка в новой задаче