snarkOS icon indicating copy to clipboard operation
snarkOS copied to clipboard

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

Open whyamiroot opened this issue 7 months ago • 0 comments

🐛 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 avatar Nov 30 '23 15:11 whyamiroot