From 024c41f4a6777ffc3e54f6de5603c26754a8add6 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 23 Jun 2023 12:03:57 +0900 Subject: [PATCH] Fix erronous use of "Rust only" flag --- update.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update.py b/update.py index 775e6f4..c84af13 100755 --- a/update.py +++ b/update.py @@ -1116,8 +1116,7 @@ def update_pkg_list( pkgdir = os.path.join(other_state["clones_dir"], pkg) if "ccache_dir" in pkg_state[pkg]: cleanup_sccache(other_state["chroot"]) - if not pkg_state[pkg]["sccache_rust_only"]: - setup_ccache(other_state["chroot"]) + setup_ccache(other_state["chroot"]) else: cleanup_ccache(other_state["chroot"]) if (