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

View file

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