Bug 1730851 - Build the rust-dev toolchain with more complete version information. r=firefox-build-system-reviewers,mhentges

Differential Revision: https://phabricator.services.mozilla.com/D125775
This commit is contained in:
Mike Hommey 2021-09-16 22:34:24 +00:00
Родитель b429159003
Коммит a83683f935
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -490,6 +490,7 @@ rust-1.56.0-dev:
description: Rust 1.56.0-dev source code
fetch:
type: git
include-dot-git: true
repo: https://github.com/rust-lang/rust/
revision: d9aa28767287670df6cf823b94629122e04442c0

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

@ -398,6 +398,9 @@ def build_src(install_dir, host, targets, patches):
extended = true
tools = ["analysis", "cargo", "rustfmt", "clippy", "src"]
[rust]
ignore-git = false
[install]
prefix = "{prefix}"
sysconfdir = "etc"