Bug 1680461 - Fixup for bug 1680172: Keep building geckodriver for linux with rustc 1.47. r=glandium CLOSED TREE

rather than the Android builds, which we restore to 1.48, effectively
backing out changeset 6c5df06cb71b.

Differential Revision: https://phabricator.services.mozilla.com/D98578
This commit is contained in:
Mike Hommey 2020-12-03 11:30:38 +00:00
parent 6a45983303
commit 3d99e68faf

View File

@ -94,13 +94,13 @@ linux64-rust-cross-1.48:
]
toolchain-alias: linux64-rust-cross
linux64-rust-static-1.48:
linux64-rust-static-1.47:
description: "rust repack with static linking support"
treeherder:
symbol: TL(rust-static)
run:
arguments: [
'--channel', '1.48.0',
'--channel', '1.47.0',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-musl',
@ -147,13 +147,13 @@ linux64-rust-macos-beta:
'--target', 'aarch64-apple-darwin',
]
linux64-rust-android-1.47:
linux64-rust-android-1.48:
description: "rust repack with android-cross support"
treeherder:
symbol: TL(rust-android)
run:
arguments: [
'--channel', '1.47.0',
'--channel', '1.48.0',
'--host', 'x86_64-unknown-linux-gnu',
'--target', 'x86_64-unknown-linux-gnu',
'--target', 'armv7-linux-androideabi',