Skip to content
Commit fed696f9 authored by Matthew Clarkson's avatar Matthew Clarkson Committed by Alex Tercete
Browse files

fix(qemu): set `TMPDIR` to writeable directory

QEMU attempts to write copy-on-write snapshots to `/var/tmp` because
they can be become large and `/tmp` is often `tmpfs` which may
not have enough space.

`/var/tmp` in a sandbox is read-only. This changes QEMU
to write into `./tmp` which is relative to the sandbox
root.
parent 132ec20a
Loading
Loading
Loading
Pipeline #15316 passed with stages
in 8 minutes and 2 seconds