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.
compression_format
archive_artifact
1 parent 081355e commit 11f41fbCopy full SHA for 11f41fb
Project.toml
@@ -1,7 +1,7 @@
1
name = "BinaryBuilderBase"
2
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e"
3
authors = ["Elliot Saba <staticfloat@gmail.com>"]
4
-version = "1.39.0"
+version = "1.39.1"
5
6
[deps]
7
Bzip2_jll = "6e34b625-4abd-537c-b88f-471c36dfa7a0"
src/Prefix.jl
@@ -202,7 +202,7 @@ function package(prefix::Prefix,
202
@info("Tree hash of contents of $(basename(out_path)): $(tree_hash)")
203
end
204
205
- tarball_hash = archive_artifact(tree_hash, out_path; honor_overrides=false)
+ tarball_hash = archive_artifact(tree_hash, out_path; honor_overrides=false, compression_format)
206
if verbose
207
@info("SHA256 of $(basename(out_path)): $(tarball_hash)")
208
0 commit comments