linuxkit-nix
linuxkit-nix copied to clipboard
/tmp is unwritable
I’m having some trouble building halide, which tries to mkdtemp with a template of /tmp/XXXXXX . In stage-1.sh, it appears that /tmp is created as unwritable to anyone but root. Is there a workaround, or would it be reasonable to make /tmp world-readable? Thanks.