-
Notifications
You must be signed in to change notification settings - Fork 77
Try to support illumos #709
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
Conversation
In short the issue is:
Specifically
|
Thanks for the PR! We'll look into any failure that occurs. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #709 +/- ##
==========================================
- Coverage 95.80% 92.85% -2.95%
==========================================
Files 61 70 +9
Lines 8143 9572 +1429
Branches 0 9572 +9572
==========================================
+ Hits 7801 8888 +1087
- Misses 342 413 +71
- Partials 0 271 +271 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I'm able to get the build to succeed by specifying
I'll update this PR. |
Lovely, happy that there is some traction there. You could consider adding them directly in the CMakeLists.txt file with
But this reads rather weird because you are using |
9e530e2
to
7ec617c
Compare
I think this is a bug in the cross-rs image for illumos: https://github.com/cross-rs/cross/blob/main/docker/Dockerfile.x86_64-unknown-illumos#L28
Why does that say "sparcv9_sun_solaris"? Update -- I posted a PR upstream: cross-rs/cross#1651 |
Hello! The Docker image for `x86_64-unknown-illumos` specifies a `BINDGEN_EXTRA_CLANG_ARGS` variable for `sparcv9_sun_solaris`. I noticed while working on this PR: aws/aws-lc-rs#709 This commit updates the name of the variable to match the intended target.
I don't have the expertise to actually chase this down, but wanted to point out the current issue with trying to build for illumos. This issue is a blocker for upgrading
rustls
package inatuin
and to move away fromring
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.