]> git.seodisparate.com - AnotherAURHelper/commitdiff
Disable ccache when checking PKGBUILD pkgver
authorStephen Seo <seo.disparate@gmail.com>
Tue, 24 Oct 2023 02:05:45 +0000 (11:05 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 24 Oct 2023 02:05:45 +0000 (11:05 +0900)
update.py

index 8f2c3d55c3c2e6afd3fabd5b40504db8f12bd7be..b840b902e891facd329ab590c19562783d9ab24d 100755 (executable)
--- 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",