-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Solaris PTHREAD_PROCESS_PRIVATE type #1303
Comments
Why is that using libc version 0.2.27 ? It is quite old. I'm not sure what level of support libc had for solaris back then. |
In fact, the build of the master branch uses libc 0.2.50 and it passes your CI: https://travis-ci.org/rust-random/getrandom/jobs/498638620#L474 |
Because of this. I'm not personally convinced this type of testing is useful. If it merely wastes developer time then it's probably better to remove it. (Sorry; I didn't realise this was a minimal-version issue before now hence didn't check old reports.) |
So I'm closing this, this issue is already fixed in newer libc versions and I don't think there is anything we can do about it here. If that crate wants to support solaris, it needs to use a libc versions that's new enough. BurntSushi is mentioning in that issue the
No idea. If the intent is for the crate to support solaris, then these tests caught a regression where there was a change to use a libc version that was too old. The fix is however to just use a newer version (for all targets, or only for solaris, that's up to you). |
Our CI runner found an error on Solaris:
The text was updated successfully, but these errors were encountered: