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

fix(inlets/inletsctl): disable checksum #6832

Merged
merged 1 commit into from Oct 5, 2022

Conversation

suzuki-shunsuke
Copy link
Member

@suzuki-shunsuke suzuki-shunsuke commented Oct 5, 2022

The checksum in the checksum file is not the checksum of tarball but the checksum of the executable binary in tarball. aqua doesn't support such a case at the moment.

$ cat inletsctl-darwin-arm64.sha256 
58375245c4683a8ec33013ed105353204241a14a94cd997d50570e27b3eb7227  inletsctl-darwin-arm64

$ sha256sum inletsctl-darwin-arm64.tgz
6b07b8af34a2286d0a2b42b717e66226627524392f3feea4bc1c320b4f53f921  inletsctl-darwin-arm64.tgz

$ tar xvzf inletsctl-darwin-arm64.tgz 
x inletsctl-darwin-arm64

$ sha256sum inletsctl-darwin-arm64
58375245c4683a8ec33013ed105353204241a14a94cd997d50570e27b3eb7227  inletsctl-darwin-arm64

The checksum in the checksum file is not the checksum of tarball but the checksum of the executable binary in tarball. aqua doesn't support such a case at the moment.
@suzuki-shunsuke suzuki-shunsuke added the bug Something isn't working label Oct 5, 2022
@suzuki-shunsuke suzuki-shunsuke added this to the v3.68.1 milestone Oct 5, 2022
@suzuki-shunsuke suzuki-shunsuke merged commit b0a0181 into main Oct 5, 2022
@suzuki-shunsuke suzuki-shunsuke deleted the fix/inletsctl-checksum-2 branch October 5, 2022 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant