Disable ccache when checking PKGBUILD pkgver

This commit is contained in:
Stephen Seo 2023-10-24 11:05:45 +09:00
parent a662fc729f
commit 90eec890c7
1 changed files with 2 additions and 0 deletions

View File

@ -683,6 +683,8 @@ def get_pkgbuild_version(
'Running "makechrootpkg ... --nobuild" to ensure pkgver in PKGBUILD is updated...',
other_state=other_state,
)
# Ensure ccache isn't enabled for this check.
cleanup_ccache(other_state["chroot"])
command_list = [
"/usr/bin/env",
"makechrootpkg",