-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
rustbuild with verbose fails with custom cargo path #41779
Copy link
Copy link
Closed
Labels
E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.P-mediumMedium priorityMedium priorityT-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)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
E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.P-mediumMedium priorityMedium priorityT-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)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.
When rustbuild is invoked with
-v,extra_helpvariable is populate usingmetadata::build()(for any command). It will callcargo metadatafor several crates.The build configuration used is at this place is
Config::default().As I use
config.tomlto setcargobinary path, the setting is ignored, and rustbuild fails when-vis on command-line: by default it usesstage0_rootpath, andcargobinary isn't available at this place.