Thefrank
Thefrank
## PR Summary - Adds platform detection support for FreeBSD - Adds a FreeBSD test - Updates a few existing tests to be executed under FreeBSD ## PR Checklist -...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched [issues](https://github.com/cake-build/cake/issues) to ensure it has not already been reported ### Cake runner Cake .NET...
Platform: Ubuntu 20.04.5 LTS (GNU/Linux 5.18.4-051804-generic x86_64) `uname -a`: Linux buildbot 5.18.4-051804-generic #202206141755 SMP PREEMPT_DYNAMIC Tue Jun 14 18:09:57 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux commands: ``` git clone https://github.com/dotnet/installer...
# Fix FreeBSD build failures. Update tests for FreeBSD ## Changes - src/libpsl-native/CMakeLists.txt -> add CMake case for FreeBSD - src/libpsl-native/src/getcurrentthreadid.cpp -> add FreeBSD case - src/libpsl-native/src/getppid.cpp -> rework function,...
Closes https://github.com/cake-build/cake/issues/4310 This PR adds FreeBSD as a detected platform to Cake. It also includes a platform test. As .NET Standard does not support FreeBSD directly, and not to break...