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

Add checksum update option for local builds. #5505

Open
2 tasks done
ZzEeKkAa opened this issue Sep 30, 2024 · 0 comments
Open
2 tasks done

Add checksum update option for local builds. #5505

ZzEeKkAa opened this issue Sep 30, 2024 · 0 comments
Labels
type::feature request for a new feature or capability

Comments

@ZzEeKkAa
Copy link

Checklist

  • I added a descriptive title
  • I searched open requests and couldn't find a duplicate

What is the idea?

Add an option to conda build something like --update-checksums that will update checksums in the meta.yaml source section with pulled files, instead of complaining about checksum mismatch.

Why is this needed?

It will be useful for a multi output recipes on version update, like this: https://github.com/conda-forge/intel-compiler-repack-feedstock/blob/main/recipe/meta.yaml

What should happen?

Checksums should be updated instead of producing RuntimeError: SHA256 mismatch: 'd0abdbc25b665594dfc585f948f1278eca965f30b89b474329ff0375f3c390b1' != '7b39b7446b875408045a3b578ad467060db66be1c71dbbf25e1310c53a0857ea'. It get's really time consuming, one the list of sources is getting longer.

Additional Context

No response

@ZzEeKkAa ZzEeKkAa added the type::feature request for a new feature or capability label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::feature request for a new feature or capability
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant