Skip to content
Snippets Groups Projects
Commit b0c4b330 authored by Administrator's avatar Administrator
Browse files

Fix CI build step after merging

The OS on the machine (lxir116) used for this step was updated again. This
time to Debian12 which results in failing tests for this stage. Update the
xrequirements in the CI description.
parent c459318c
No related branches found
No related tags found
1 merge request!1858Fix CI build step after merging
Pipeline #29803 passed
......@@ -334,13 +334,13 @@ FileLicenceCheck:
- CbmRoot
.linux_variables: &linux_variables
OS: "Debian11"
OS: "Debian12"
NCPU: 5
FAIRSOFT_VERSION: "nov22p1"
FAIRROOT_VERSION: "v18.8.0"
BASE_PATH: "/cvmfs/fairsoft.gsi.de/debian11"
BASE_PATH: "/cvmfs/fairsoft.gsi.de/debian12"
SIMPATH: "$BASE_PATH/fairsoft/$FAIRSOFT_VERSION"
FAIRROOTPATH: "$BASE_PATH/fairroot/${FAIRROOT_VERSION}_${FAIRSOFT_VERSION}"
FAIRROOTPATH: "$BASE_PATH/fairroot/${FAIRROOT_VERSION}_fs_${FAIRSOFT_VERSION}"
EXTRA_PATH: "${SIMPATH}/bin"
.macosx_tag: &macosx_tag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment