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

[Bug] snarkos update fails due to self_update crate missing feature flags #2885

Open
whyamiroot opened this issue Nov 30, 2023 · 1 comment
Labels
bug Incorrect or unexpected behavior

Comments

@whyamiroot
Copy link

🐛 Bug Report

snarkos update command fails with the following message:

self_update: ArchiveNotEnabled: Archive extension 'zip' not supported, please enable 'archive-zip' feature!

https://github.com/AleoHQ/snarkOS/blob/3e0c6838b253fb0121849065b050b84f17c23047/cli/Cargo.toml#L62-L65

self_update crate doesn't have archive_zip feature enabled.

Steps to Reproduce

  1. Run snarkos update on a x86_64 Mac/Windows/Linux

Expected Behavior

snarkos update should be able to extract a ZIP archive since snarkOS releases are published as .zip archives.

Your Environment

  • snarkOS Version - 2.2.4
@whyamiroot whyamiroot added the bug Incorrect or unexpected behavior label Nov 30, 2023
@raychu86
Copy link
Contributor

Should be resolved with #3342.

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

Successfully merging a pull request may close this issue.

2 participants