-
Notifications
You must be signed in to change notification settings - Fork 379
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
make x86_64-unknown-linux-gnu ubuntu again #764
Conversation
bors try --target x86_64-unknown-linux-gnu |
tryBuild succeeded: |
bors try --target powerpc-unknown-linux-gnu --target x86_64-unknown-linux-gnu.2.17 |
that's annoying... |
bors cancel |
tryBuild failed: |
bors try --target powerpc-unknown-linux-gnu --target x86_64-unknown-linux-gnu.2.17 |
bors cancel |
tryBuild failed: |
|
aha, yq is https://github.com/mikefarah/yq, not the python one |
bors try --target powerpc-unknown-linux-gnu --target x86_64-unknown-linux-gnu.2.17 |
bors cancel bash is not my friend |
bors try --target powerpc-unknown-linux-gnu --target x86_64-unknown-linux-gnu.2.17 |
tryAlready running a review |
tryBuild failed: |
bors try --target powerpc-unknown-linux-gnu --target x86_64-unknown-linux-gnu.2.17 |
bors cancel bors try --target powerpc-unknown-linux-gnu --target x86_64-unknown-linux-gnu.2.17 |
tryAlready running a review |
bors cancel will have to let it timeout I think... |
bors cancel ? |
bors try --target powerpc-unknown-linux-gnu --target x86_64-unknown-linux-gnu.2.17 |
I'm not sure how to document it in the table. Maybe a new column or just a special entry with an asterisk |
Something like this: | Target | libc | GCC | C++ | QEMU | `test` |
|--------------------------------------|-------:|--------:|:---:|------:|:------:|
| `x86_64-unknown-linux-gnu:centos` [5] | 2.17 | 4.8.5 | ✓ | 4.2.1 | ✓ |
[5] Must change `image = "x86_64-unknown-linux-gnu:centos"` in `Cross.toml` for `[target.x86_64-unknown-linux-gnu]` to use the CentOS7-compatible target. |
Adds a subtarget that targets centos
bors try --target x86_64-unknown-linux-gnu --target x86_64-unknown-linux-gnu.centos this try will be unusually long as we don't have a cache for these |
are there anymore issues that this fixes? |
Just #680 I believe. |
tryBuild succeeded: |
bors try --target x86_64-unknown-linux-gnu --target x86_64-unknown-linux-gnu.centos |
tryBuild failed: |
canceled it early, but it should work https://github.com/cross-rs/cross/runs/6889886219?check_suite_focus=true#step:2:125 edit: it does not :) |
bors try --target x86_64-unknown-linux-gnu --target x86_64-unknown-linux-gnu.centos |
bors r+ |
tryBuild succeeded: |
Build succeeded: |
This pr effectively changes the default image for
x86_64-unknown-linux-gnu
to be ubuntu based.We target 16.04 because that is what was used in cross 0.2.1.
While some users may not care about this, if GLIBC 2.23 is too new for someone, you're able to replace the image in
Cross.toml
with a CentOS based one (targets 2.17):Resolves #680