Skip to content

Commit

Permalink
allow failure on proc-macro crate check
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Jan 30, 2025
1 parent 0cc4f4f commit 92665d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/src/core/builder/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ impl Builder<'_> {
// supported by the target.
if target != compiler.host && cmd_kind != Kind::Check {
let error = command(self.rustc(compiler))
.allow_failure()
.arg("--target")
.arg(target.rustc_target_arg())
.arg("--print=file-names")
Expand Down

0 comments on commit 92665d3

Please sign in to comment.