From 90eec890c7cb63c2bafcce906ebc858198d259d4 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 24 Oct 2023 11:05:45 +0900 Subject: [PATCH] Disable ccache when checking PKGBUILD pkgver --- update.py | 2 ++ 1 file changed, 2 insertions(+) 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",