Bug 1578852 - Update wrench-deps to use rustc 1.37 r=firefox-build-system-reviewers,dmajor

Differential Revision: https://phabricator.services.mozilla.com/D44929

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Chris Manchester 2019-09-06 20:08:52 +00:00
Родитель f2aabeaa59
Коммит c843481e4b
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -174,4 +174,4 @@ wrench-deps:
fetch:
- android-rs-glue
toolchain:
- linux64-rust-1.36 # whatever m-c is built with
- linux64-rust-1.37 # whatever m-c is built with

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

@ -9,11 +9,11 @@ set -x -e -v
UPLOAD_DIR=$HOME/artifacts
cd $GECKO_PATH
export PATH=$PATH:$MOZ_FETCHES_DIR/rustc/bin
export PATH=$PATH:$MOZ_FETCHES_DIR/rustc/bin:$HOME/.cargo/bin
cargo install --version 0.1.23 cargo-vendor
cd gfx/wr/
mkdir .cargo
cargo vendor --relative-path --sync ./Cargo.lock > .cargo/config
cargo-vendor vendor --relative-path --sync ./Cargo.toml > .cargo/config
mkdir wrench-deps
mv vendor .cargo wrench-deps/
mkdir wrench-deps/cargo-apk