From: Stephen Seo Date: Tue, 24 Oct 2023 02:05:45 +0000 (+0900) Subject: Disable ccache when checking PKGBUILD pkgver X-Git-Url: https://git.seodisparate.com/stephenseo/css/base.css?a=commitdiff_plain;h=90eec890c7cb63c2bafcce906ebc858198d259d4;p=AnotherAURHelper Disable ccache when checking PKGBUILD pkgver --- 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",