Skip to content

Commit

Permalink
script:bugfix:: remove Image.gz from rp bindeb-pkg make command
Browse files Browse the repository at this point in the history
Image.gz is one of the dependencies of bindeb-pkg,
compilation may fail with multiple threads

Signed-off-by: sharim <[email protected]>
  • Loading branch information
sharim committed Oct 30, 2024
1 parent e254458 commit de95430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ function build_rv_kernel()
return $err
fi

make -j$(nproc) ARCH=riscv CROSS_COMPILE=$RISCV64_LINUX_CROSS_COMPILE LOCALVERSION="" Image.gz bindeb-pkg
make -j$(nproc) ARCH=riscv CROSS_COMPILE=$RISCV64_LINUX_CROSS_COMPILE LOCALVERSION="" bindeb-pkg
err=$?
if [ $err -ne 0 ]; then
popd
Expand Down

0 comments on commit de95430

Please sign in to comment.