зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1565193 - Require Rust 1.36 r=glandium
MozReview-Commit-ID: GjcKBjZvTPr Differential Revision: https://phabricator.services.mozilla.com/D37709 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
884e0dd58f
Коммит
0540fe3688
|
@ -140,7 +140,7 @@ def rust_compiler(rustc_info, cargo_info, build_project):
|
|||
if build_project == 'tools/crashreporter':
|
||||
rustc_min_version = Version('1.31.0')
|
||||
else:
|
||||
rustc_min_version = Version('1.35.0')
|
||||
rustc_min_version = Version('1.36.0')
|
||||
cargo_min_version = rustc_min_version
|
||||
|
||||
version = rustc_info.version
|
||||
|
|
|
@ -149,7 +149,7 @@ MODERN_MERCURIAL_VERSION = LooseVersion('4.8')
|
|||
MODERN_PYTHON_VERSION = LooseVersion('2.7.3')
|
||||
|
||||
# Upgrade rust older than this.
|
||||
MODERN_RUST_VERSION = LooseVersion('1.35.0')
|
||||
MODERN_RUST_VERSION = LooseVersion('1.36.0')
|
||||
|
||||
# Upgrade nasm older than this.
|
||||
MODERN_NASM_VERSION = LooseVersion('2.14')
|
||||
|
|
|
@ -247,7 +247,7 @@ linux64-base-toolchains/opt:
|
|||
toolchains:
|
||||
- linux64-clang-4.0
|
||||
- linux64-gcc-6
|
||||
- linux64-rust-1.35
|
||||
- linux64-rust-1.36
|
||||
- linux64-cbindgen
|
||||
- linux64-sccache
|
||||
- linux64-nasm-2.13.02
|
||||
|
@ -283,7 +283,7 @@ linux64-base-toolchains/debug:
|
|||
toolchains:
|
||||
- linux64-clang-4.0
|
||||
- linux64-gcc-6
|
||||
- linux64-rust-1.35
|
||||
- linux64-rust-1.36
|
||||
- linux64-cbindgen
|
||||
- linux64-sccache
|
||||
- linux64-nasm-2.13.02
|
||||
|
@ -316,7 +316,7 @@ linux64-base-toolchains-clang/opt:
|
|||
toolchains:
|
||||
- linux64-binutils
|
||||
- linux64-clang-4.0
|
||||
- linux64-rust-1.35
|
||||
- linux64-rust-1.36
|
||||
- linux64-cbindgen
|
||||
- linux64-nasm-2.13.02
|
||||
- linux64-node
|
||||
|
@ -350,7 +350,7 @@ linux64-base-toolchains-clang/debug:
|
|||
toolchains:
|
||||
- linux64-binutils
|
||||
- linux64-clang-4.0
|
||||
- linux64-rust-1.35
|
||||
- linux64-rust-1.36
|
||||
- linux64-cbindgen
|
||||
- linux64-nasm-2.13.02
|
||||
- linux64-node
|
||||
|
|
Загрузка…
Ссылка в новой задаче