-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
error: unknown debugging option: dual-proc-macros when running cross tests #59110
Copy link
Copy link
Closed
Labels
T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Metadata
Metadata
Assignees
Labels
T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I'm working on tests for dynamic musl (#58575) and since #58013 I'm hitting:
Error comes from:
rust/src/bootstrap/bin/rustc.rs
Line 115 in f2ef283
The configuration is very unusual because the builder is
x86_64-unknown-linux-gnuand both the host and the target are set tox86_64-unknown-linux-musl.Full log from rebuild: https://gist.github.com/mati865/147c64df0f093117f730c78b66299d86
cc @Zoxc