Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BinaryBuilderBase"
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e"
authors = ["Elliot Saba <[email protected]>"]
version = "1.39.0"
version = "1.39.1"

[deps]
Bzip2_jll = "6e34b625-4abd-537c-b88f-471c36dfa7a0"
Expand Down
2 changes: 1 addition & 1 deletion src/Prefix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function package(prefix::Prefix,
@info("Tree hash of contents of $(basename(out_path)): $(tree_hash)")
end

tarball_hash = archive_artifact(tree_hash, out_path; honor_overrides=false)
tarball_hash = archive_artifact(tree_hash, out_path; honor_overrides=false, compression_format)
if verbose
@info("SHA256 of $(basename(out_path)): $(tarball_hash)")
end
Expand Down