-
Notifications
You must be signed in to change notification settings - Fork 151
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: use Cargo instead of Cross #297
Conversation
this removes the Linux GNU targets used to produce binaries but we still have the MUSL builds which will work everywhere because they statically linked binaries
r? @Emilgardis (rust_highfive has picked a reviewer for you, use r? to override) |
bors try |
tryBuild failed |
Forgot the |
bors try |
tryBuild failed |
This package is not the package whitelist. Let's skip the musl builds on CI; we can build the binary releases locally and upload the binaries. A network error ... |
bors try |
tryBuild succeeded |
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.
Wohoo! We're building again!
bors r+ |
Build succeeded |
this removes the Linux GNU targets used to produce binaries but we still have
the MUSL builds which will work everywhere because they statically linked
binaries