Skip to content

Commit 82abe4e

Browse files
committed
[ci] Add also ROOT 6.26 and 6.30 from LCG to the test matrix
This is to test also these older ROOT versions with the more rigurous CTests that come when building Combine standalone with CMake.
1 parent 8dc7bac commit 82abe4e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/cvmfs-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@ jobs:
3131
CMSSW_VERSION: "CMSSW_14_0_0_pre1"
3232
SCRAM_ARCH: "el9_amd64_gcc12"
3333
ROOT: "6.26.11"
34+
- LCG_RELEASE: "LCG_102"
35+
LCG_ARCH: "x86_64-ubuntu2204-gcc11-opt"
36+
ROOT: "6.26.04"
37+
# Nobody is using Combine with ROOT 6.28 because this ROOT version
38+
# was not used in CMSSW. But if you want to test it in the CI, here
39+
# is how it would work:
40+
# - LCG_RELEASE: "LCG_104"
41+
# LCG_ARCH: "x86_64-ubuntu2204-gcc11-opt"
42+
# ROOT: "6.28.04"
43+
- LCG_RELEASE: "LCG_105"
44+
LCG_ARCH: "x86_64-ubuntu2204-gcc11-opt"
45+
ROOT: "6.30.02"
3446
- LCG_RELEASE: "LCG_106"
3547
LCG_ARCH: "x86_64-ubuntu2204-gcc11-opt"
3648
ROOT: "6.32.02"

0 commit comments

Comments
 (0)