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,8 +1116,7 @@ def update_pkg_list(
|
||||||
pkgdir = os.path.join(other_state["clones_dir"], pkg)
|
pkgdir = os.path.join(other_state["clones_dir"], pkg)
|
||||||
if "ccache_dir" in pkg_state[pkg]:
|
if "ccache_dir" in pkg_state[pkg]:
|
||||||
cleanup_sccache(other_state["chroot"])
|
cleanup_sccache(other_state["chroot"])
|
||||||
if not pkg_state[pkg]["sccache_rust_only"]:
|
setup_ccache(other_state["chroot"])
|
||||||
setup_ccache(other_state["chroot"])
|
|
||||||
else:
|
else:
|
||||||
cleanup_ccache(other_state["chroot"])
|
cleanup_ccache(other_state["chroot"])
|
||||||
if (
|
if (
|
||||||
|
|
Loading…
Reference in a new issue