Skip to content

Commit

Permalink
[ci] Add ubuntu 24.10 build
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Oct 15, 2024
1 parent a34fcde commit c64c48c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/root-ci-config/buildconfig/ubuntu2410.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pythia8=OFF
tmva-cpu=OFF
2 changes: 2 additions & 0 deletions .github/workflows/root-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ jobs:
overrides: ["imt=Off", "LLVM_ENABLE_ASSERTIONS=On", "CMAKE_BUILD_TYPE=Debug"]
- image: ubuntu2404
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_BUILD_TYPE=Debug"]
- image: ubuntu2410
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_BUILD_TYPE=Debug"]
- image: debian125
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_CXX_STANDARD=20"]
# Special builds
Expand Down

0 comments on commit c64c48c

Please sign in to comment.