Skip to content
Snippets Groups Projects

Fix CI build step after merging

Merged Florian Uhlig requested to merge f.uhlig/cbmroot:fix_continuous_build into master
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
+ 5
5
@@ -334,13 +334,13 @@ FileLicenceCheck:
@@ -334,13 +334,13 @@ FileLicenceCheck:
- CbmRoot
- CbmRoot
.linux_variables: &linux_variables
.linux_variables: &linux_variables
OS: "Debian10.11"
OS: "Debian11"
NCPU: 5
NCPU: 5
FAIRSOFT_VERSION: "apr21p2"
FAIRSOFT_VERSION: "nov22p1"
FAIRROOT_VERSION: "v18.6.7"
FAIRROOT_VERSION: "v18.8.0"
BASE_PATH: "/cvmfs/fairsoft.gsi.de/debian10"
BASE_PATH: "/cvmfs/fairsoft.gsi.de/debian11"
SIMPATH: "$BASE_PATH/fairsoft/$FAIRSOFT_VERSION"
SIMPATH: "$BASE_PATH/fairsoft/$FAIRSOFT_VERSION"
FAIRROOTPATH: "$BASE_PATH/fairroot/${FAIRROOT_VERSION}_fs_${FAIRSOFT_VERSION}"
FAIRROOTPATH: "$BASE_PATH/fairroot/${FAIRROOT_VERSION}_${FAIRSOFT_VERSION}"
EXTRA_PATH: "${SIMPATH}/bin"
EXTRA_PATH: "${SIMPATH}/bin"
.macosx_tag: &macosx_tag
.macosx_tag: &macosx_tag
Loading