-
Notifications
You must be signed in to change notification settings - Fork 696
Reduce ios builds #815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce ios builds #815
Conversation
Since we're not running tests on ios anyway, would it be possible to cross-build the ios targets from a Linux host? |
Yeah, I'll test it locally and we'll switch to that if so. |
This is the error I get. I'd think cross-compiling would be possible, but I don't know what to do with this error. Any ideas? |
498c79a
to
efe522e
Compare
I think you need to use |
That would've given me a different error. Both of those forms are equivalent. |
efe522e
to
c330ca6
Compare
Specifying multiple targets can be done by setting the environment variable to a semi-colon delimited list of targets.
c330ca6
to
ea0952f
Compare
This should be pretty uncontroversial. bors r+ |
I get the same error. It seems to me like rustup is installing std for aarch64-apple-ios, but not installing rustc. |
Closes #669