We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e072b commit 43f219fCopy full SHA for 43f219f
llvm_ir_dataset_utils/util/spack.py
@@ -53,7 +53,7 @@ def get_spack_config(build_dir):
53
spack_config = ("config:\n"
54
" install_tree:\n"
55
f" root: {build_dir}/spack-installs\n"
56
- " padded_length: True\n"
+ " padded_length: 512\n"
57
" build_stage:\n"
58
f" - {build_dir}/build-stage\n"
59
f" test_stage: {build_dir}/test-stage\n"
0 commit comments