зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 16872c13ee93 (bug 1554286) per developer's request CLOSED TREE
This commit is contained in:
Родитель
1e4c48578d
Коммит
b0332f1d66
|
@ -35,5 +35,5 @@ rustc-dist-toolchain:
|
|||
arguments: ['rustc']
|
||||
toolchain-artifact: public/build/rustc-dist-toolchain.tar.xz
|
||||
toolchains:
|
||||
- linux64-rust-macos-1.36
|
||||
- linux64-rust-macos-1.35
|
||||
- linux64-sccache
|
||||
|
|
|
@ -120,13 +120,13 @@ linux64-rust-macos-1.34:
|
|||
'--target', 'x86_64-apple-darwin',
|
||||
]
|
||||
|
||||
linux64-rust-macos-1.36:
|
||||
linux64-rust-macos-1.35:
|
||||
description: "rust repack with macos-cross support"
|
||||
treeherder:
|
||||
symbol: TL(rust-macos)
|
||||
run:
|
||||
arguments: [
|
||||
'--channel', 'beta-2019-05-30',
|
||||
'--channel', '1.35.0',
|
||||
'--host', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'x86_64-unknown-linux-gnu',
|
||||
'--target', 'x86_64-apple-darwin',
|
||||
|
|
|
@ -5,7 +5,7 @@ use rustc_version::{version, Version};
|
|||
fn main() {
|
||||
let ver = version().unwrap();
|
||||
let mut bootstrap = false;
|
||||
let max_oom_hook_version = Version::parse("1.37.0-alpha").unwrap();
|
||||
let max_oom_hook_version = Version::parse("1.36.0-alpha").unwrap();
|
||||
|
||||
if ver >= Version::parse("1.28.0-alpha").unwrap() && ver < max_oom_hook_version {
|
||||
println!("cargo:rustc-cfg=feature=\"oom_with_hook\"");
|
||||
|
|
Загрузка…
Ссылка в новой задаче