hazelcast-cpp-client
hazelcast-cpp-client copied to clipboard
Nightly Builds Fail [API-1527]
Release builds of all nightly builds fail as seen here.
Internal Jira issue: API-1527
Only release builds fail for Ubuntu and MacOS. Logs: Ubuntu Logs.zip MacOS Logs.zip Windows Logs.zip
Changing windows version to 2019 fixes boost installation error.
- Ubuntu builds fail because of undefined reference error and fix #1022 also solves this issue.
- MacOS release builds fail because we treat a warning as an error and new version of boost which generates a warning message which tells that language standard of Boost.Math module will be increased to C++14 in July 2023.
- Windows builds fail because windows-latest update to windows-2022 and it comes with VS17-2022 toolchain which boost is compilable only after 1.78 version but the action downloads 1.76.0.