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:
Chris Manchester 2019-04-16 17:08:38 +00:00
Родитель bac7c910ef
Коммит 2f81da5755
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -66,7 +66,7 @@ EOF
# We don't need to set OPENSSL_STATIC here, because we only have static
# 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*)
cargo build --verbose --release