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

Checksum dont seem to generate on latest version for Ubi tool #4168

Open
jdx opened this issue Jan 20, 2025 · 0 comments
Open

Checksum dont seem to generate on latest version for Ubi tool #4168

jdx opened this issue Jan 20, 2025 · 0 comments

Comments

@jdx
Copy link
Owner

jdx commented Jan 20, 2025

Discussed in #4167

Originally posted by Sytten January 20, 2025
Hello!
It looks like the checksums are not being written to the lockfile anymore on MacOS on the latest version for ubi provider.

Given

[settings]
lockfile = true
experimental = true

[tools]
yq = '4.44.3'

It will generate:

[tools.yq]
version = "4.44.3"
backend = "ubi:mikefarah/yq"

where it used to generate:

[tools.yq]
version = "4.44.3"
backend = "ubi:mikefarah/yq"

[tools.yq.checksums]
yq-macos-aarch64 = "sha256:559a594ef7a6ebc5b81a67b7717fb3accedd266d8fa7d8352da7fec9e463f48b"

Happy to help debug, the code seem to have changed a lot in that section so maybe a bug?

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

No branches or pull requests

1 participant