Skip to content

Conversation

@ihsandemir
Copy link
Collaborator

Put the test header after the boost includes. Solves windows build problem with SSL=OFF.

fixes #1328
fixes HZ-5198

With the new Visual studio version, only Boost 1.80.0 and later can compile. Hence, changed the minimum tested boost version for Windows to 1.80.0 for windows nightly tests. Trying to test older Boost version than 1.80.0 on windows should not be needed unless a specific ask from a user. This should be acceptable since we still test older Boost version(1.73.0) at Linux anyway.

Re-enabled the WITH_OPENSSL=OFF builds of windows for the PR builder.

See an example test run as green in this build (had to use branch run due to workflow change).

ihsandemir and others added 7 commits October 24, 2025 18:36
…ions such as boost 1.73.0 since otherwise it tries to build for mcvc-6.0 and fails. E.g.:

```
...skipped <pbin.v2\libs\chrono\build\msvc-6.0\release\address-model-32\link-static\threading-multi>chrono.obj for lack of <pbin.v2\standalone\msvc\msvc-6.0>msvc-setup.nup...
```
@ihsandemir ihsandemir merged commit 61760ae into hazelcast:master Oct 27, 2025
46 checks passed
@ihsandemir ihsandemir deleted the win_fix branch October 27, 2025 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Windows WITH_OPENSSL=OFF builds fail [CTT-760]

3 participants