-
Notifications
You must be signed in to change notification settings - Fork 680
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 arm/musl, mips64, and s390x linux targets to Tier3 #657
Conversation
LGTM bors r+ |
bors r- |
Canceled |
I don't know if the just released version of libc will work, since I saw a commit that inspired me to do this. Let's merge that first and then we can see if this works. |
Nvm, this doesn't actually make them blocking, so we can merge this. Bors r+ |
bors r+ |
Build failed |
On the rust=beta channel, test_wait hung. I've seen this on the bench for multithreaded tests, but not for single threaded tests. I'm going to try again. bors r+ |
BuildBot is being unresponsive again... |
Build failed |
I think that Bors sometimes renames staging.tmp to staging instead of doing a merge commit, and BuildBot doesn't know to build the branch rename. I've just configured buildbot to build the staging.tmp branch as well, even though the Bors docs advise against it. We'll see if it starts picking up this change. bors r+ |
Nope. |
Ok, I figured it out. It's a matter of whether the bors r- |
Canceled |
Try again. bors r+ |
Build succeeded |
By the way, there's really no reason to build staging.tmp. Bors never just moves the commit from staging.tmp to staging; it always uses the Git Data API to take the staging.tmp commit and make one in staging with the same contents but a different commit message. |
I don't know why these weren't added originally. They should work with
cross
.