-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Define fdatasync on FreeBSD. It was introduced in FreeBSD 11.1. #799
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
Looks like CI may be failing? |
It looks like your QEMU image is still based on FreeBSD 10. This PR will fail until you update that image. |
Unfortunately this can't land until CI is green :( |
Then what's the procedure to upgrade the QEMU image, and is there any reason to hold it back? The concerns around FreeBSD 12 compatibility don't apply here. |
There should be some documentation in the |
Just add it to |
Update the FreeBSD CI image As per #948 and #799 the FreeBSD CI qemu image needs to be updated to FreeBSD 11. I have done this and updated the README with the detailed steps taken. The new image is available for download at: http://bsd-ci.com/FreeBSD-11.1-RELEASE-amd64.qcow2.xz
@asomers the CI image has been updated to 11.1 so this might pass now. |
Thanks @wezm ! You have generously rewarded my laziness. |
@bors: r+ |
📌 Commit 549da8a has been approved by |
Define fdatasync on FreeBSD. It was introduced in FreeBSD 11.1.
☀️ Test successful - status-appveyor, status-travis |
Verify that all intrinsics have a run-time test Add a check to stdsimd-verify to check that all intrinsics have a run-time test. This is not the case right now, but we should at least not add intrinsics without tests.
No description provided.