We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_collect_artifacts
1 parent d5a8618 commit 8cd96a1Copy full SHA for 8cd96a1
src/PackageCompiler.jl
@@ -1449,7 +1449,7 @@ function pretty_byte_str(size)
1449
end
1450
1451
# Copy pasted from Pkg since `collect_artifacts` doesn't allow lazy artifacts to get installed
1452
-function _collect_artifacts(pkg_root::String; platform::Base.BinaryPlatforms.AbstractPlatform=HostPlatform(), include_lazy::Bool)
+function _collect_artifacts(pkg_root::String; platform::Base.BinaryPlatforms.AbstractPlatform=Base.BinaryPlatforms.HostPlatform(), include_lazy::Bool)
1453
# Check to see if this package has an (Julia)Artifacts.toml
1454
artifacts_tomls = Tuple{String,Base.TOML.TOMLDict}[]
1455
0 commit comments