-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
A-crossArea: Cross compilationArea: Cross compilationA-linkersArea: linkers... you gotta love linkersArea: linkers... you gotta love linkersT-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)
Description
On a non-mac host, checking std for an ios target fails with the following error:
> ./x check std --target aarch64-apple-ios
Building bootstrap
Finished `dev` profile [unoptimized] target(s) in 0.8s
error occurred: Failed to find tool. Is `xcrun` installed? (see https://docs.rs/cc/latest/cc/#compile-time-requirements for help)
Build completed unsuccessfully in 0:00:01
Ideally I should be able to check any target from any host.
Metadata
Metadata
Assignees
Labels
A-crossArea: Cross compilationArea: Cross compilationA-linkersArea: linkers... you gotta love linkersArea: linkers... you gotta love linkersT-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)