]> git.seodisparate.com - AnotherAURHelper/commitdiff
Fix erronous use of "Rust only" flag
authorStephen Seo <seo.disparate@gmail.com>
Fri, 23 Jun 2023 03:03:57 +0000 (12:03 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 23 Jun 2023 03:03:57 +0000 (12:03 +0900)
update.py

index 775e6f4c63360888a7e4ea67f73af9aed5a296f2..c84af13766ddbc0d7ae5674ca012cc80ebfaa8e8 100755 (executable)
--- 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 (