Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save artifact download size #25

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

nhz2
Copy link

@nhz2 nhz2 commented Mar 4, 2025

This PR requires JuliaLang/Pkg.jl#4171 to be useful.

@@ -73,7 +75,7 @@ function add_artifact!(
artifacts_toml,
name,
git_tree_sha1;
download_info = [(tarball_url, sha256)],
download_info = [(tarball_url, sha256, tarball_size)],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was a little surprised to see this works, I suppose it's good I didn't specify the types in the tuple originally!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants