-
Notifications
You must be signed in to change notification settings - Fork 673
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
Build failure on OpenBSD-current. #1125
Comments
This failure was probably introduced by PR #928 . It's hard to keep the build working on OpenBSD because we don't have any CI for it. Could you please submit a PR to fix it? |
I can have a go. BTW, sr.ht does OpenBSD CI and can be integrated with github. |
I'm having this issue as well still :( |
same here. |
We were assuming the wrong types for f_iosize and f_ffree in struct statfs on OpenBSD. Fixes nix-rust#1125
1168: Fix the build on OpenBSD. r=asomers a=asomers We were assuming the wrong types for f_iosize and f_ffree in struct statfs on OpenBSD. Fixes #1125 Co-authored-by: Alan Somers <[email protected]>
I've asked in #cmpwn on freenode and a member of the org can add OpenBSD to the nix CI here: https://dispatch.sr.ht/ |
A better option would be if somebody could build an official OpenBSD image on GCE. Then it could be added to Cirrus-CI. |
Sure, but getting an official image into GCE sounds like a more long-term project, using sr.ht in the meantime sounds more pragmatic instead of going without CI. |
Just released 0.16.1, which includes the fix for this issue. |
This is using the master branch, but the failure also exists on 0.15.0, but not on 0.14.1.
Thanks
The text was updated successfully, but these errors were encountered: