Skip to content

Commit

Permalink
ci: Fix symbol strip
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Mar 15, 2024
1 parent 0f220f4 commit 1642e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gki-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
fi
mkdir output
if [ "${{ inputs.build_lkm}}" = "true" ]; then
llvm-strip-15 $OUTDIR/kernelsu.ko
llvm-strip-15 -d $OUTDIR/kernelsu.ko
mv $OUTDIR/kernelsu.ko ./output/${{ inputs.version }}_kernelsu.ko
else
cp $OUTDIR/Image ./output/
Expand Down

0 comments on commit 1642e92

Please sign in to comment.