Skip to content

Commit 3af9bfb

Browse files
committed
[ci] Enable libc++ for the clang build on Linux
1 parent cfc9d8d commit 3af9bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/root-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ jobs:
389389
- image: alma9-clang
390390
is_special: true
391391
property: clang
392-
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_C_COMPILER=clang", "CMAKE_CXX_COMPILER=clang++"]
392+
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_C_COMPILER=clang", "CMAKE_CXX_COMPILER=clang++", "libcxx=ON"]
393393
# Disabled until DNS problems in containers are solved
394394
#- image: ubuntu2404-cuda
395395
# is_special: true

0 commit comments

Comments
 (0)