diff --git a/update.py b/update.py index 8f2c3d5..b840b90 100755 --- a/update.py +++ b/update.py @@ -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",