update TMPDIR to default to /tmp
This commit is contained in:
parent
d828a926d3
commit
357c19df10
@ -101,7 +101,7 @@ def register_all_toolchains():
|
|||||||
|
|
||||||
ZIG_TOOL_PATH = "tools/{zig_tool}"
|
ZIG_TOOL_PATH = "tools/{zig_tool}"
|
||||||
ZIG_TOOL_WRAPPER = """#!/bin/bash
|
ZIG_TOOL_WRAPPER = """#!/bin/bash
|
||||||
export HOME=$TMPDIR
|
export HOME=${TMPDIR:-/tmp}
|
||||||
exec "{zig}" "{zig_tool}" "$@"
|
exec "{zig}" "{zig_tool}" "$@"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user