Disable ccache when checking PKGBUILD pkgver
This commit is contained in:
parent
a662fc729f
commit
90eec890c7
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue