Skip to content

Commit fc95d99

Browse files
committed
echo kabi check output on failure
1 parent f94697a commit fc95d99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-check_x86_64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
git -C kernel-dist-git reset --hard imports/r9/kernel-5.14.0-284.30.1.el9_2
3939
KABI_CHECK=$(./kernel-dist-git/SOURCES/check-kabi -k ./kernel-dist-git/SOURCES/Module.kabi_x86_64 -s Module.symvers)
4040
if [ $? -ne 0 ]; then
41+
echo ${KABI_CHECK}
4142
echo "Error: kABI check failed"
4243
exit 1
4344
fi

0 commit comments

Comments
 (0)