|
63 | 63 | "CMAKE_C_COMPILER": "clang", |
64 | 64 | "CMAKE_CXX_COMPILER": "clang++", |
65 | 65 | "RUST_FEATURES": "ON", |
66 | | - "COMPILER_CACHE": "sccache" |
| 66 | + "COMPILER_CACHE": "sccache", |
| 67 | + "BUILD_TESTING": "FALSE" |
67 | 68 | }, |
68 | 69 | "condition": { |
69 | 70 | "type": "equals", |
|
84 | 85 | "CMAKE_C_COMPILER": "clang", |
85 | 86 | "CMAKE_CXX_COMPILER": "clang++", |
86 | 87 | "RUST_FEATURES": "ON", |
87 | | - "COMPILER_CACHE": "sccache" |
| 88 | + "COMPILER_CACHE": "sccache", |
| 89 | + "BUILD_TESTING": "FALSE" |
88 | 90 | }, |
89 | 91 | "condition": { |
90 | 92 | "type": "equals", |
|
149 | 151 | "RUST_FEATURES": "ON", |
150 | 152 | "CMAKE_C_COMPILER": "gcc", |
151 | 153 | "CMAKE_CXX_COMPILER": "g++", |
152 | | - "COMPILER_CACHE": "sccache" |
| 154 | + "COMPILER_CACHE": "sccache", |
| 155 | + "BUILD_TESTING": "FALSE" |
153 | 156 | }, |
154 | 157 | "condition": { |
155 | 158 | "type": "equals", |
|
170 | 173 | "CMAKE_BUILD_TYPE": "Release", |
171 | 174 | "CMAKE_C_COMPILER": "gcc", |
172 | 175 | "CMAKE_CXX_COMPILER": "g++", |
173 | | - "COMPILER_CACHE": "sccache" |
| 176 | + "COMPILER_CACHE": "sccache", |
| 177 | + "BUILD_TESTING": "FALSE" |
174 | 178 | }, |
175 | 179 | "condition": { |
176 | 180 | "type": "equals", |
|
215 | 219 | "CMAKE_CXX_COMPILER": "cl", |
216 | 220 | "RUST_FEATURES": "ON", |
217 | 221 | "CMAKE_BUILD_TYPE": "Release", |
218 | | - "COMPILER_CACHE": "sccache" |
| 222 | + "COMPILER_CACHE": "sccache", |
| 223 | + "BUILD_TESTING": "FALSE" |
219 | 224 | }, |
220 | 225 | "condition": { |
221 | 226 | "type": "equals", |
|
239 | 244 | "CMAKE_CXX_COMPILER": "clang-cl", |
240 | 245 | "RUST_FEATURES": "ON", |
241 | 246 | "CMAKE_BUILD_TYPE": "RelWithDebInfo", |
242 | | - "COMPILER_CACHE": "sccache" |
| 247 | + "COMPILER_CACHE": "sccache", |
| 248 | + "BUILD_TESTING": "FALSE" |
243 | 249 | }, |
244 | 250 | "condition": { |
245 | 251 | "type": "equals", |
|
280 | 286 | "CMAKE_CXX_COMPILER": "clang-cl", |
281 | 287 | "RUST_FEATURES": "ON", |
282 | 288 | "CMAKE_BUILD_TYPE": "Release", |
283 | | - "COMPILER_CACHE": "sccache" |
| 289 | + "COMPILER_CACHE": "sccache", |
| 290 | + "BUILD_TESTING": "FALSE" |
284 | 291 | }, |
285 | 292 | "condition": { |
286 | 293 | "type": "equals", |
|
300 | 307 | "CMAKE_CXX_COMPILER": "C:/Program Files/LLVM/bin/clang++.exe", |
301 | 308 | "RUST_FEATURES": "OFF", |
302 | 309 | "CMAKE_BUILD_TYPE": "RelWithDebInfo", |
303 | | - "COMPILER_CACHE": "sccache" |
| 310 | + "COMPILER_CACHE": "sccache", |
| 311 | + "BUILD_TESTING": "FALSE" |
304 | 312 | }, |
305 | 313 | "condition": { |
306 | 314 | "type": "equals", |
307 | 315 | "lhs": "${hostSystemName}", |
308 | 316 | "rhs": "Windows" |
309 | | - }, |
310 | | - "vendor": { |
311 | | - "microsoft.com/VisualStudioSettings/CMake/1.0": { |
312 | | - "intelliSenseMode": "windows-clang-x64" |
313 | | - } |
314 | 317 | } |
315 | 318 | }, |
316 | 319 | { |
|
332 | 335 | "type": "equals", |
333 | 336 | "lhs": "${hostSystemName}", |
334 | 337 | "rhs": "Windows" |
335 | | - }, |
336 | | - "vendor": { |
337 | | - "microsoft.com/VisualStudioSettings/CMake/1.0": { |
338 | | - "intelliSenseMode": "windows-clang-x64" |
339 | | - } |
340 | 338 | } |
341 | 339 | }, |
342 | 340 | { |
|
351 | 349 | "CMAKE_CXX_COMPILER": "C:/Program Files/LLVM/bin/clang++.exe", |
352 | 350 | "RUST_FEATURES": "OFF", |
353 | 351 | "CMAKE_BUILD_TYPE": "Release", |
354 | | - "COMPILER_CACHE": "sccache" |
| 352 | + "COMPILER_CACHE": "sccache", |
| 353 | + "BUILD_TESTING": "FALSE" |
355 | 354 | }, |
356 | 355 | "condition": { |
357 | 356 | "type": "equals", |
|
389 | 388 | "intelliSenseMode": "windows-clang-x64" |
390 | 389 | } |
391 | 390 | } |
392 | | - }, |
393 | | - { |
394 | | - "name": "x64-Clang-Windows-CI", |
395 | | - "description": "Windows and Clang", |
396 | | - "generator": "Visual Studio 17 2022", |
397 | | - "binaryDir": "${sourceDir}/build/", |
398 | | - "installDir": "${sourceDir}/build/", |
399 | | - "cacheVariables": { |
400 | | - "CMAKE_VERBOSE_MAKEFILE": "ON", |
401 | | - "CMAKE_C_COMPILER": "clang-cl", |
402 | | - "CMAKE_CXX_COMPILER": "clang-cl", |
403 | | - "RUST_FEATURES": "OFF", |
404 | | - "WINDOWS_CI": "ON", |
405 | | - "COMPILER_CACHE": "sccache", |
406 | | - "BUILD_TESTING": "TRUE" |
407 | | - }, |
408 | | - "toolset": "ClangCL", |
409 | | - "condition": { |
410 | | - "type": "equals", |
411 | | - "lhs": "${hostSystemName}", |
412 | | - "rhs": "Windows" |
413 | | - }, |
414 | | - "architecture": { |
415 | | - "value": "x64", |
416 | | - "strategy": "set" |
417 | | - }, |
418 | | - "vendor": { |
419 | | - "microsoft.com/VisualStudioSettings/CMake/1.0": { |
420 | | - "intelliSenseMode": "windows-clang-x64" |
421 | | - } |
422 | | - } |
423 | 391 | } |
424 | 392 | ], |
425 | 393 | "buildPresets": [ |
|
443 | 411 | "jobs": 0, |
444 | 412 | "configurePreset": "linux-profile-clang" |
445 | 413 | }, |
446 | | - { |
| 414 | + { |
447 | 415 | "name": "x64-MSVC-Windows-Debug", |
448 | 416 | "jobs": 0, |
449 | 417 | "configurePreset": "x64-MSVC-Windows-Debug", |
450 | | - "configuration": "Debug" |
| 418 | + "configuration": "Debug" |
451 | 419 | }, |
452 | | - { |
| 420 | + { |
453 | 421 | "name": "x64-MSVC-Windows-Release", |
454 | 422 | "jobs": 0, |
455 | 423 | "configurePreset": "x64-MSVC-Windows-Release", |
456 | | - "configuration": "Release" |
| 424 | + "configuration": "Release" |
457 | 425 | }, |
458 | | - { |
| 426 | + { |
459 | 427 | "name": "x64-Clang-Windows-Debug", |
460 | 428 | "jobs": 0, |
461 | 429 | "configurePreset": "x64-Clang-Windows-Debug", |
462 | | - "configuration": "Debug" |
| 430 | + "configuration": "Debug" |
463 | 431 | }, |
464 | | - { |
| 432 | + { |
465 | 433 | "name": "x64-Clang-Windows-Release", |
466 | 434 | "jobs": 0, |
467 | 435 | "configurePreset": "x64-Clang-Windows-Release", |
468 | | - "configuration": "Release" |
469 | | - }, |
470 | | - { |
| 436 | + "configuration": "Release" |
| 437 | + }, |
| 438 | + { |
471 | 439 | "name": "x64-ClangCL-Windows-Release", |
472 | 440 | "jobs": 0, |
473 | 441 | "configurePreset": "x64-ClangCL-Windows-Release", |
474 | | - "configuration": "Release" |
475 | | - } |
| 442 | + "configuration": "Release" |
| 443 | + } |
476 | 444 | ], |
477 | 445 | "testPresets": [ |
478 | 446 | { |
|
0 commit comments