We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75eeb8 commit 5136747Copy full SHA for 5136747
.github/workflows/root-ci-config/buildconfig/ubuntu2410.txt
@@ -0,0 +1,3 @@
1
+pyroot=OFF
2
+pythia8=OFF
3
+tmva-cpu=OFF
.github/workflows/root-ci.yml
@@ -368,6 +368,8 @@ jobs:
368
overrides: ["imt=Off", "LLVM_ENABLE_ASSERTIONS=On", "CMAKE_BUILD_TYPE=Debug"]
369
- image: ubuntu2404
370
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_BUILD_TYPE=Debug"]
371
+ - image: ubuntu2410
372
+ overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_BUILD_TYPE=Debug"]
373
- image: debian125
374
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_CXX_STANDARD=20"]
375
# Special builds
0 commit comments