Skip to content

Commit

Permalink
[actions] add a debug printout in tools/mg-clang-format/mg-clang-form…
Browse files Browse the repository at this point in the history
…at (debug why github CI fails clang-format)
  • Loading branch information
valassi committed Oct 12, 2024
1 parent 72e2d1a commit af7f5a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/mg-clang-format/mg-clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if [ ${clangVersion} -ge 13 ] && [ ${clangVersion} -le 15 ]; then
else
if [ ! -d /cvmfs/sft.cern.ch/lcg/releases/clang ]; then
echo "ERROR! clang-format version >= 13 and <= 15 is not installed and /cvmfs/sft.cern.ch/lcg/releases/clang is not reachable"
echo "ERROR! current clangVersion is '$clangVersion'"
exit 1
fi
redrel=$(cat /etc/redhat-release 2> /dev/null)
Expand Down

0 comments on commit af7f5a4

Please sign in to comment.