Fix erronous use of "Rust only" flag
This commit is contained in:
parent
cd6647d1a5
commit
024c41f4a6
1 changed files with 1 additions and 2 deletions
|
@ -1116,7 +1116,6 @@ 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"])
|
||||
else:
|
||||
cleanup_ccache(other_state["chroot"])
|
||||
|
|
Loading…
Reference in a new issue