Building from rustc-beta-src.tar.xz fails on git commands #47754
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
I'm trying to test Fedora builds of the current beta:
Rustbuild fails in
Build::beta_prerelease_version()
:With network access,
git ls-remote
could work with a URL instead of the missingorigin
remote. However, the configuration we use for rpm builds is completely offline. (Actually, I probably don't even have git in the build root at the moment, but I could add that.)A few options:
--release-channel=beta
with non-git sources. (status quo)X.Y.Z-beta
without a prerelease version at all.version
file I quoted above.The text was updated successfully, but these errors were encountered: