File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 9696 # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9797
9898 codegen :
99- runs-on : ubuntu-latest
99+ # ##runs-on: ubuntu-latest
100+ # Temporarely dowgrade ubuntu-latest to ubuntu-22.04 in codegen step because clang-format-18 is not yet supported (#1022)
101+ # See https://github.com/actions/runner-images/issues/5490
102+ # See https://github.com/actions/runner-images/issues/10636
103+ runs-on : ubuntu-22.04
100104 needs : cleanup
101105
102106 steps :
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ if [ ${clangVersion} -ge 13 ] && [ ${clangVersion} -le 15 ]; then
2020else
2121 if [ ! -d /cvmfs/sft.cern.ch/lcg/releases/clang ]; then
2222 echo " ERROR! clang-format version >= 13 and <= 15 is not installed and /cvmfs/sft.cern.ch/lcg/releases/clang is not reachable"
23+ echo " ERROR! current clang-format version is '$clangVersion '"
2324 exit 1
2425 fi
2526 redrel=$( cat /etc/redhat-release 2> /dev/null)
You can’t perform that action at this time.
0 commit comments