Bug 1680172 - Fix Android Btime failure. r=glandium CLOSED TREE

This commit is contained in:
Narcis Beleuzu 2020-12-03 10:10:57 +02:00
Родитель f904ca8cee
Коммит f56c880086
1 изменённых файлов: 2 добавлений и 2 удалений

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

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