Skip to content

Commit

Permalink
Revert "minify spec.json in buildcache (spack#36138)" (spack#36156)
Browse files Browse the repository at this point in the history
This reverts commit 1a8eefe.
  • Loading branch information
haampie authored Mar 16, 2023
1 parent c29168e commit 50cc1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spack/spack/binary_distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ def _build_tarball_in_stage_dir(
spec_dict["buildinfo"] = buildinfo

with open(specfile_path, "w") as outfile:
outfile.write(json.dumps(spec_dict))
outfile.write(sjson.dump(spec_dict))

# sign the tarball and spec file with gpg
if not unsigned:
Expand Down

0 comments on commit 50cc1d1

Please sign in to comment.