Skip to content

Commit

Permalink
free more space
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Oct 2, 2023
1 parent aa7507b commit e26bd10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dpup-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
echo "AUTO=yes" >> build.conf
echo "AUFS=no" >> build.conf
CREATE_KBUILD_SFS=yes ./build.sh
rm -rf linux-$ver
rm -rf kernel_sources-*
./usrmerge.sh
mkdir small-output
mv `ls output/kernel_sources-*.sfs* output/kbuild-*.sfs* output/*.tar* 2>/dev/null` small-output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upup-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo "AUTO=yes" >> build.conf
echo "AUFS=no" >> build.conf
CREATE_KBUILD_SFS=yes ./build.sh
rm -rf linux-$ver
rm -rf kernel_sources-*
./usrmerge.sh
mkdir small-output
mv `ls output/kernel_sources-*.sfs* output/kbuild-*.sfs* output/*.tar* 2>/dev/null` small-output
Expand Down

0 comments on commit e26bd10

Please sign in to comment.