Skip to content

Commit 43f219f

Browse files
Adjusted padded length
1 parent f0e072b commit 43f219f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm_ir_dataset_utils/util/spack.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +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"
56+
" padded_length: 512\n"
5757
" build_stage:\n"
5858
f" - {build_dir}/build-stage\n"
5959
f" test_stage: {build_dir}/test-stage\n"

0 commit comments

Comments
 (0)