Skip to content

Commit

Permalink
Add cache clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinghigh authored Jul 23, 2024
1 parent e792bc1 commit 3f19906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ chown -R builder .
# INPUT_MAKEPKGARGS is intentionally unquoted to allow arg splitting
# shellcheck disable=SC2086
pacman -S --noconfirm --needed paru

journalctl --vacuum-size=10M
sudo pacman -Scc
if test -z "${INPUT_MAKEPKGPROFILEPATH}";then
sudo -H -u builder paru -U --noconfirm --clonedir . $pkgname --mflags "${INPUT_MAKEPKGARGS:-}"
else
Expand Down

0 comments on commit 3f19906

Please sign in to comment.