We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef354b commit 3c6eec6Copy full SHA for 3c6eec6
llvm_ir_dataset_utils/util/spack.py
@@ -51,6 +51,8 @@ def get_spack_compiler_config():
51
52
def get_spack_config(build_dir):
53
spack_config = ("config:\n"
54
+ " install_tree:\n"
55
+ f" root: {build_dir}/spack-installs\n"
56
" build_stage:\n"
57
f" - {build_dir}/build-stage\n"
58
f" test_stage: {build_dir}/test-stage\n"
0 commit comments