We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01a977 commit 4dc8e66Copy full SHA for 4dc8e66
src/bootstrap/src/lib.rs
@@ -535,6 +535,7 @@ impl Build {
535
// even though that has no relation to the upstream for the submodule.
536
let current_branch = helpers::git(Some(&self.src))
537
.capture_stdout()
538
+ .allow_failure()
539
.run_always()
540
.args(["symbolic-ref", "--short", "HEAD"])
541
.run(self)
0 commit comments