There was an error while loading. Please reload this page.
1 parent 25b426a commit 020bf06Copy full SHA for 020bf06
1 file changed
alarmcn/rocm-llvm/lilac.py
@@ -4,6 +4,9 @@
4
5
from lilaclib import *
6
7
+# Somehow this can consume >100G disk space
8
+build_args = ['-r', os.path.expanduser('~/chroots')]
9
+
10
g = SimpleNamespace()
11
12
def pre_build():
0 commit comments