We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a9a8d commit f92ab61Copy full SHA for f92ab61
ci/build.sh
@@ -505,7 +505,7 @@ compile_kernel_sparse() {
505
echo "compile kernel with sparce (C=1)"
506
507
yes n 2>/dev/null | \
508
- make -j$(nproc) C=1 $EXTRA_FLAGS | \
+ make -j$(nproc) C=1 $EXTRA_FLAGS 2>&1 | \
509
(while IFS= read -r row; do
510
if [[ "$row" =~ $regex ]]; then
511
if [[ "$found" == "1" ]]; then
@@ -532,7 +532,7 @@ compile_kernel_sparse() {
532
echo $row
533
else
534
found=1
535
- msg="::$type file=$file,line=$line,col=$col::$msg_"
+ msg="::$type file=$file,line=$line,col=$col::sparse: $msg_"
536
fi
537
538
0 commit comments