Skip to content

Commit

Permalink
ci: cleanup forced setting of thread number
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
  • Loading branch information
RevySR committed Sep 21, 2024
1 parent 21ab0af commit 26983fd
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,8 @@ jobs:
pushd kernel
make revyos_defconfig
export KDEB_PKGVERSION="$(make kernelversion)-$(date "+%Y.%m.%d.%H.%M")+$(git rev-parse --short HEAD)"
if [ `uname -m` = "riscv64" ]; then
# FIXME: force use 64 thread
make -j64 bindeb-pkg LOCALVERSION="-${board}"
make -j64 dtbs
else
make -j$(nproc) bindeb-pkg LOCALVERSION="-${board}"
make -j$(nproc) dtbs
fi
make -j$(nproc) bindeb-pkg LOCALVERSION="-${board}"
make -j$(nproc) dtbs
# Copy deb
sudo dcmd cp -v ../*.changes ${GITHUB_WORKSPACE}/output
Expand Down

0 comments on commit 26983fd

Please sign in to comment.