Skip to content

Commit

Permalink
Upgrade to clang-18 for CI/CD only.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Jun 21, 2024
1 parent 41b5a6b commit 7b36429
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"rhs": "Linux"
},
"cacheVariables": {
"CMAKE_CXX_COMPILER": "/usr/bin/clang++-18",
"CMAKE_C_COMPILER": "/usr/bin/clang-18",
"CMAKE_CXX_COMPILER": "/usr/bin/clang++-17",
"CMAKE_C_COMPILER": "/usr/bin/clang-17",
"CMAKE_GENERATOR": "Ninja Multi-Config"
}
},
Expand Down Expand Up @@ -261,7 +261,12 @@
"inherits": [
"cicd",
"linux"
]
],
"cacheVariables": {
"CMAKE_CXX_COMPILER": "/usr/bin/clang++-18",
"CMAKE_C_COMPILER": "/usr/bin/clang-18",
"CMAKE_GENERATOR": "Ninja Multi-Config"
}
},
{
"name": "cicd-windows",
Expand Down

0 comments on commit 7b36429

Please sign in to comment.