Skip to content
Snippets Groups Projects
Unverified Commit cfa455cc authored by Oliver Smith's avatar Oliver Smith
Browse files

zap: cache_clean: get apk.static if missing (MR 2481)

After extending CI to always run "pmbootstrap zap -a" it revealed
another bug: we did not ensure at this point that apk.static is
available. Rung apk_static.init() to ensure it gets downloaded and
extracted at this point if it is missing.
parent 7a5c04f6
No related branches found
No related tags found
1 merge request!2481Fix pmb zap -a permissions error
Pipeline #209978 failed
......@@ -273,6 +273,7 @@ def cache_clean(arch: Arch) -> None:
command += ["cache", "clean"]
_command = _prepare_cmd(command, None)
pmb.helpers.apk_static.init()
pmb.helpers.run.root(_command)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment