Skip to content

Commit 11f41fb

Browse files
authored
[Prefix] Actually pass compression_format argument to archive_artifact (#432)
1 parent 081355e commit 11f41fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BinaryBuilderBase"
22
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e"
33
authors = ["Elliot Saba <staticfloat@gmail.com>"]
4-
version = "1.39.0"
4+
version = "1.39.1"
55

66
[deps]
77
Bzip2_jll = "6e34b625-4abd-537c-b88f-471c36dfa7a0"

src/Prefix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ function package(prefix::Prefix,
202202
@info("Tree hash of contents of $(basename(out_path)): $(tree_hash)")
203203
end
204204

205-
tarball_hash = archive_artifact(tree_hash, out_path; honor_overrides=false)
205+
tarball_hash = archive_artifact(tree_hash, out_path; honor_overrides=false, compression_format)
206206
if verbose
207207
@info("SHA256 of $(basename(out_path)): $(tarball_hash)")
208208
end

0 commit comments

Comments
 (0)