Skip to content

Commit 020bf06

Browse files
committed
[rocm-llvm] build outside of tmpfs
1 parent 25b426a commit 020bf06

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

alarmcn/rocm-llvm/lilac.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
from lilaclib import *
66

7+
# Somehow this can consume >100G disk space
8+
build_args = ['-r', os.path.expanduser('~/chroots')]
9+
710
g = SimpleNamespace()
811

912
def pre_build():

0 commit comments

Comments
 (0)