bneradt commented on code in PR #13477:
URL: https://github.com/apache/trafficserver/pull/13477#discussion_r3706635619
##########
CMakePresets.json:
##########
@@ -201,7 +201,9 @@
"description": "CI Pipeline config for Fedora Linux compiled with c++20",
"inherits": ["ci-fedora"],
"cacheVariables": {
- "CMAKE_CXX_STANDARD": "20"
+ "CMAKE_CXX_STANDARD": "20",
+ "CMAKE_C_COMPILER": "clang",
+ "CMAKE_CXX_COMPILER": "clang++"
Review Comment:
We curate these images and use this pattern elsewhere in the presets file.
clang/clang++ should be fine as is, and leaves the versions up to the latest
fedora release, which seems better than pinning.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]