Skip to content

Re-enable iOS on CI #1054

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

Open
alexcrichton opened this issue Aug 1, 2018 · 3 comments
Open

Re-enable iOS on CI #1054

alexcrichton opened this issue Aug 1, 2018 · 3 comments
Labels
A-CI Area: CI-related items
Milestone

Comments

@alexcrichton
Copy link
Member

This started failing with a recent xcode update from Travis and had to be disabled in #1051 due to errors like this -- https://travis-ci.org/rust-lang/libc/jobs/410547612

Looks like the simulated program is no longer printing out anything :(

@gnzlbg
Copy link
Contributor

gnzlbg commented Aug 12, 2018

We are seeing these same errors in mach and packed_simd fitzgen/mach#39, rust-lang/packed_simd#26

cc @kali

@gnzlbg
Copy link
Contributor

gnzlbg commented Oct 29, 2018

The i386-apple-ios target is deprecated on xcode10. I propose to revert the xcode version of that target to xcode9.2, which should work without issues. For some reason, no output is emitted with xcode9.4, so we should leave this issue open until somebody fixes that.

@gnzlbg
Copy link
Contributor

gnzlbg commented Oct 29, 2018

With xcode10, rust-lang/rust#55477, x86_64-apple-ios and i386-apple-ios actually fail to link, so libc does not compile anymore for these targets apparently.

@gnzlbg gnzlbg added the A-CI Area: CI-related items label Nov 22, 2018
@tgross35 tgross35 added this to the 1.0 milestone Aug 29, 2024
@tgross35 tgross35 modified the milestones: 1.0, 1.x Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CI Area: CI-related items
Projects
None yet
Development

No branches or pull requests

3 participants