Commit 61760ae
authored
Put the test header after the boost includes to solve with SSL=OFF at Windows [HZ-5198 ] (hazelcast#1346)
Put the test header after the boost includes. Solves windows build
problem with SSL=OFF.
fixes hazelcast#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](https://github.com/hazelcast/hazelcast-cpp-client/actions/runs/18808639485)
build (had to use branch run due to workflow change).1 parent a24e6b5 commit 61760ae
File tree
5 files changed
+21
-22
lines changed- .github
- actions/build-test/windows
- workflows
- hazelcast/test/src
5 files changed
+21
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
98 | | - | |
| 101 | + | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
220 | 219 | | |
221 | 220 | | |
222 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
271 | | - | |
272 | 270 | | |
273 | 271 | | |
274 | 272 | | |
| |||
279 | 277 | | |
280 | 278 | | |
281 | 279 | | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
| |||
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| 29 | + | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
0 commit comments