Skip to content
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

Add all Android targets as Tier 3 platforms #639

Merged
merged 1 commit into from
Jul 2, 2017

Conversation

Susurrus
Copy link
Contributor

README.md Outdated
@@ -42,6 +42,9 @@ limitations. Support for platforms is split into two tiers:
* Tier 2 - Builds for this target are run in CI. Failures during the build
blocks the inclusion of new code. Tests may be run, but failures
in tests don't block the inclusion of new code.
* Tier 3 - Builds for this target are un in CI. Failures during the build
Copy link
Member

Choose a reason for hiding this comment

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

Typo on "run" (un)

@posborne
Copy link
Member

I would like to see Android move toward being a higher tier (at least 2 but hopefully tier 1 eventually) platform over time as I will have the need to use nix on these platforms as part of my day job but this seems like the pragmatic move for now.

Copy link
Member

@asomers asomers left a comment

Choose a reason for hiding this comment

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

@Susurrus I'm curious: why did you include i686 Android but not x86_64 Android? I would've thought that by now the latter would be more important.

@posborne do you know of any testing service that runs on Android? According to https://github.com/japaric/cross , QEMU doesn't work for it. Without either QEMU or a testing service, we can't promote it to Tier 1.

.travis.yml Outdated
@@ -77,6 +87,16 @@ matrix:
# Testing nightlies on main targets. These might fail because of issues
Copy link
Member

Choose a reason for hiding this comment

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

This comment is out of date

@Susurrus
Copy link
Contributor Author

Susurrus commented Jul 1, 2017

@asomers Skipping x86_64 was a mistake. That being said, x86 Android is dead or dying as far as I understand, so not much of a loss anyways.

@posborne While having all of these platforms Tier 1 is the goal, they first need to get to Tier 3 and regularly part of CI as a step towards that. Additionally, there is work with trust/cross to add test support for Android, so hopefully we won't have to do much special besides continue to test those systems.

Thanks for the feedback, I've updated things accordingly, so we'll see if Travis is indeed fixed.

@ndusart
Copy link
Contributor

ndusart commented Jul 1, 2017

@asomers libc is testing on Android using Docker and QEMU, maybe we could try to use the same method.

@posborne
Copy link
Member

posborne commented Jul 2, 2017

@asomers libc is testing on Android using Docker and QEMU, maybe we could try to use the same method.

With the previous docker containers, we had this going. I don't think the tests were passing, but it should be possible. Getting the Android artifacts into the container is a little bit hairy but there should be plenty of prior art that exists (other docker containers doing similar stuff).

@Susurrus
Copy link
Contributor Author

Susurrus commented Jul 2, 2017

Let's defer on discussion of how to move Android past Tier 1 until later. I'd like to get this merged as it's blocking #631.

bors r+

bors bot added a commit that referenced this pull request Jul 2, 2017
639: Add all Android targets as Tier 3 platforms r=Susurrus

cc @ndusart @roblabla
@bors
Copy link
Contributor

bors bot commented Jul 2, 2017

@bors bors bot merged commit 38e8318 into nix-rust:master Jul 2, 2017
@Susurrus Susurrus deleted the add_android_builds branch July 2, 2017 23:38
bors bot added a commit that referenced this pull request Jul 3, 2017
640: Add iOS as a Tier 3 platform r=Susurrus

With this and #639, then we have at least basic testing recurring for all mobile platforms (note that this is more than the `libc` currently tests, so we may have trouble moving the non-x86 targets to Tier2 until that happens).
bors bot added a commit that referenced this pull request Jul 3, 2017
640: Add iOS as a Tier 3 platform r=Susurrus

With this and #639, then we have at least basic testing recurring for all mobile platforms (note that this is more than the `libc` currently tests, so we may have trouble moving the non-x86 targets to Tier2 until that happens).
bors bot added a commit that referenced this pull request Jul 3, 2017
640: Add iOS as a Tier 3 platform r=Susurrus

With this and #639, then we have at least basic testing recurring for all mobile platforms (note that this is more than the `libc` currently tests, so we may have trouble moving the non-x86 targets to Tier2 until that happens).
bors bot added a commit that referenced this pull request Jul 3, 2017
640: Add iOS as a Tier 3 platform r=Susurrus

With this and #639, then we have at least basic testing recurring for all mobile platforms (note that this is more than the `libc` currently tests, so we may have trouble moving the non-x86 targets to Tier2 until that happens).
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.

None yet

4 participants