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
Loading
  • GITLAB_TOKEN @group_3575_bot_1fa64dd2caebb37307063a803b95a420

    mentioned in commit 482e4e01

    ·

    mentioned in commit 482e4e01

    Toggle commit list
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