mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1558996 - Require rust 1.35 r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D34794 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
50f64995b8
commit
c74a1fa131
@ -141,7 +141,7 @@ def rust_compiler(rustc_info, cargo_info, build_project):
|
||||
rustc_min_version = Version('1.22.0')
|
||||
cargo_min_version = Version('0.23.0')
|
||||
else:
|
||||
rustc_min_version = Version('1.34.0')
|
||||
rustc_min_version = Version('1.35.0')
|
||||
cargo_min_version = rustc_min_version
|
||||
|
||||
version = rustc_info.version
|
||||
|
@ -151,7 +151,7 @@ MODERN_MERCURIAL_VERSION = LooseVersion('4.3.3')
|
||||
MODERN_PYTHON_VERSION = LooseVersion('2.7.3')
|
||||
|
||||
# Upgrade rust older than this.
|
||||
MODERN_RUST_VERSION = LooseVersion('1.34.0')
|
||||
MODERN_RUST_VERSION = LooseVersion('1.35.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.34
|
||||
- linux64-rust-1.35
|
||||
- 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.34
|
||||
- linux64-rust-1.35
|
||||
- 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.34
|
||||
- linux64-rust-1.35
|
||||
- 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.34
|
||||
- linux64-rust-1.35
|
||||
- linux64-cbindgen
|
||||
- linux64-nasm-2.13.02
|
||||
- linux64-node
|
||||
|
Loading…
Reference in New Issue
Block a user