Skip to content

Commit

Permalink
[ci] Add ubu24 cxx23 build
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Dec 14, 2024
1 parent ab80270 commit 0361b3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/root-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,10 @@ jobs:
is_special: true
property: clang
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_C_COMPILER=clang", "CMAKE_CXX_COMPILER=clang++"]
- image: ubuntu2410_cxx23
is_special: true
property: cxx23
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_BUILD_TYPE=Debug", "CMAKE_CXX_STANDARD=20"]
# Disable GPU builds until the DNS problem is solved
# - image: ubuntu2404-cuda
# is_special: true
Expand Down

0 comments on commit 0361b3f

Please sign in to comment.