We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bbf63 commit a19dbdfCopy full SHA for a19dbdf
mx.fastr/mx_fastr.py
@@ -904,7 +904,7 @@ def build_binary_pkgs(args_in, **kwargs):
904
mx.log("===== End of output of 'mx r-pkgcache --print-api-checksum --vm fastr' =====")
905
with open(os.path.join(pkgs_path, 'api-checksum.txt'), 'w') as f:
906
checksum = checksum_lines[-1]
907
- f.write(checksum)
+ f.write(checksum + "\n")
908
# creates the tarball
909
result_tarball = os.path.join(dest_dir, pkgs_name + '.tar.gz')
910
with tarfile.open(result_tarball, "w:gz") as tar:
0 commit comments