Skip to content

Commit 3c6eec6

Browse files
Move spack installation root inside build directory
1 parent bef354b commit 3c6eec6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm_ir_dataset_utils/util/spack.py

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ def get_spack_compiler_config():
5151

5252
def get_spack_config(build_dir):
5353
spack_config = ("config:\n"
54+
" install_tree:\n"
55+
f" root: {build_dir}/spack-installs\n"
5456
" build_stage:\n"
5557
f" - {build_dir}/build-stage\n"
5658
f" test_stage: {build_dir}/test-stage\n"

0 commit comments

Comments
 (0)