mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
Jenkins: Clean pacman cache after update
This commit is contained in:
parent
6e2761d175
commit
68e49b75bc
1 changed files with 3 additions and 0 deletions
|
@ -316,6 +316,9 @@ then
|
|||
pacman -S --needed --noconfirm "$pkg"
|
||||
done
|
||||
fi
|
||||
|
||||
# Clean pacman cache when running under Jenkins to save disk space.
|
||||
[ "$CI" = "true" ] && rm -rf /var/cache/pacman/pkg
|
||||
|
||||
# Generate a new freetype DLL for this architecture.
|
||||
rm -f "$freetype_dll"
|
||||
|
|
Loading…
Reference in a new issue