Skip to content

Conversation

eugenehp
Copy link

@eugenehp eugenehp commented Jun 4, 2024

Related work: #208

Based on rust-lang/rust#121419

let target = Target::for_triple(if cfg!(target_arch = "aarch64") {
match is_visionos {
true => "aarch64-apple-visionos",
_ => "aarch64-apple-ios", // TODO: figure out how to check for sim here, or probably do this elsewhere, and just add -sim to the triple
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the simctl module, if we're using this then it's always a simulator

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, need to update this, we've done more stuff in our internal pipeline, and it's time to update it for 2.0.0 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants