Skip to content
Snippets Groups Projects
Commit 18d98592 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 which results
in failing tests for this stage. Update the requirements in the CI
description.
parent c6ab5558
No related branches found
No related tags found
1 merge request!1848Fix CI build step after merging
Pipeline #29650 passed
...@@ -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
......
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