-
Notifications
You must be signed in to change notification settings - Fork 391
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
Resolve build container errors #1208
Conversation
bors try --target powerpc* |
tryBuild failed: |
powerpc has moved to use crosstool on rust ci, might have to do the same here, jessie is getting old |
bors try |
if [ -f /etc/apt/apt.conf.d/10-nocheckvalid ]; then | ||
rm /etc/apt/apt.conf.d/10-nocheckvalid | ||
fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this makes sense to do, but it's not super user friendly
tryBuild failed: |
gcc ./contrib/download_prerequisites is taking a while :/ timing out solaris |
bors try --target solaris |
tryBuild failed: |
bors try does this work now? |
tryBuild failed: |
the workflow is refusing to show the logs... https://github.com/cross-rs/cross/actions/runs/5348635709/jobs/9698850417 |
bors try |
tryBuild failed: |
This is excellent work. I have a need right now to use this. I am looking forward to seeing this merged in and images built. |
going to merge this as-is, there's more work to do but this has been waiting for a while |
Fixes