зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1680654 - Update rustc version used in test_toolchain_configure. r=glandium,firefox-build-system-reviewers DONTBUILD
The min version was updated to 1.47.0 in bug 1680080. Differential Revision: https://phabricator.services.mozilla.com/D98707
This commit is contained in:
Родитель
532535f040
Коммит
106ebf10ec
|
@ -2057,7 +2057,7 @@ def gen_invoke_rustc(version, rustup_wrapper=False):
|
|||
|
||||
class RustTest(BaseConfigureTest):
|
||||
def get_rust_target(
|
||||
self, target, compiler_type="gcc", version="1.39.0", arm_target=None
|
||||
self, target, compiler_type="gcc", version="1.47.0", arm_target=None
|
||||
):
|
||||
environ = {
|
||||
"PATH": os.pathsep.join(mozpath.abspath(p) for p in ("/bin", "/usr/bin")),
|
||||
|
|
Загрузка…
Ссылка в новой задаче