9898 INCREMENTAL : ${{ !contains(github.event.pull_request.labels.*.name, 'clean build') }}
9999
100100 container :
101- image : registry.cern.ch/root-ci/alma9 :buildready
101+ image : registry.cern.ch/root-ci/alma10 :buildready
102102 options : ' --security-opt label=disable --rm'
103103
104104 steps :
@@ -141,7 +141,7 @@ jobs:
141141 - name : Apply option override from matrix for this job
142142 env :
143143 OVERRIDE : " coverage=ON"
144- FILE : .github/workflows/root-ci-config/buildconfig/alma9 .txt
144+ FILE : .github/workflows/root-ci-config/buildconfig/alma10 .txt
145145 shell : bash
146146 run : |
147147 set -x
@@ -156,7 +156,7 @@ jobs:
156156 GITHUB_PR_ORIGIN : ${{ github.event.pull_request.head.repo.clone_url }}
157157 run : " .github/workflows/root-ci-config/build_root.py
158158 --buildtype Debug
159- --platform alma9
159+ --platform alma10
160160 --incremental $INCREMENTAL
161161 --coverage true
162162 --base_ref ${{ github.base_ref }}
@@ -171,7 +171,7 @@ jobs:
171171 run : " .github/workflows/root-ci-config/build_root.py
172172 --binaries ${{ inputs.binaries }}
173173 --buildtype ${{ inputs.buildtype }}
174- --platform alma9
174+ --platform alma10
175175 --incremental ${{ inputs.incremental }}
176176 --coverage true
177177 --base_ref ${{ inputs.base_ref }}
@@ -185,7 +185,7 @@ jobs:
185185 if : github.event_name == 'schedule'
186186 run : " .github/workflows/root-ci-config/build_root.py
187187 --buildtype Debug
188- --platform alma9
188+ --platform alma10
189189 --incremental false
190190 --coverage true
191191 --base_ref ${{ github.ref_name }}
0 commit comments