-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[CI] musl build fails #158
Comments
This is probably rust-lang/rust#34978. I'd suggest to just disable (allowed_failures) the musl target on nightly until that's fixed. The other solution is to upgrade the binutils in the Travis builder, which is not trivial. |
Thanks! It seems to be related to that issue indeed
It's already affecting beta too, so I guess I will allow failure for all channels for the musl build until it gets fixed. Thanks for your help :) |
Is there a published artifact for the |
There is, but not for the latest release due to this bug. |
Oh, ok! Thanks. I just thought that there may have been some other reason since the stable build for musl succeeded in the build you referenced and after that build Travis CI doesn't appeal to run the musl builds at all any more. |
Since the bug was also present in beta, I anticipated that it would propagate to stable unless it was fixed before the next release. So I just allowed all musl builds to fail.
I noticed that too, but I am not sure why... I don't have a ton of experience with Travis and it's possible that I changed something that I shouldn't have. The behavior I wanted was to run the musl builds but not complain if they failed. |
I just looked at azerupi@02c5c97 and you should have not removed any line from .travis.yml to get the behavior you describe (IOW, only adding the build jobs to allowed_failures was necessary) |
Ah, I see. It all makes sense now. Thanks a lot for taking a look! :) |
This should work again(at least on nightly). |
This is probably fixed since a long time. I think, if it is not already done, we can re-add the musl builds to fail CI if they error. Once that's done and CI is still green we can close this issue. |
@japaric hey, sorry to annoy you again with this 😕
Recently my musl build started failing and I am not sure what is going on. The travis log says:
And a little further
Do you have an idea on how I might solve this?
The text was updated successfully, but these errors were encountered: