-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[WIP] FreeBSD support #7008
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
base: master
Are you sure you want to change the base?
[WIP] FreeBSD support #7008
Conversation
|
I'm confused by some of the test fails - does a clean PR fail at the moment (due to a system update?) or has this PR got some unintended side effect? |
|
That seems to be the case, I haven't looked into why MacOS failed yet, and style failed because I touched PAL. |
|
With these changes (there are a couple of things needing better checks or further investigation) my build hits a wall with system libicu, which is a lot newer than Linux system version or the one we embed. |
Use 'gmake' instead of 'make' on FreeBSD, confirm it is available in CMake.
Allow enabling ccache from bare CMake build and make sure both ways do the same thing.
Reuse existing implementation, but change the include from sysctl.h to resource.h - that should still work on other POSIX platforms.
No description provided.