Skip to content
Snippets Groups Projects
Commit af2c0a56 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

Unpack the overlay while downloading to avoid temporary storage


In some cases, like the `group-common-standalone-tpl.yaml` test set, the
overlay is quite big and causes out-of-space errors when `wget` tries to
save it in the tmpfs-backed `/tmp` directory.

To avoid that, use a pipe to unpack the tarball while `wget` streams it
on standard out, avoiding any intermediate storage.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 9ae02c08
Branches 18.12 apertis/v2019dev0
No related tags found
1 merge request!221Unpack the overlay while downloading to avoid temporary storage
Pipeline #165581 passed
Loading
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