Skip to content

Commit f0e072b

Browse files
Add padded_length to spack config
1 parent 3c6eec6 commit f0e072b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm_ir_dataset_utils/util/spack.py

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def get_spack_config(build_dir):
5353
spack_config = ("config:\n"
5454
" install_tree:\n"
5555
f" root: {build_dir}/spack-installs\n"
56+
" padded_length: True\n"
5657
" build_stage:\n"
5758
f" - {build_dir}/build-stage\n"
5859
f" test_stage: {build_dir}/test-stage\n"

0 commit comments

Comments
 (0)