-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
"cargo install cargo-semver-checks" fails to build since version 0.24.0 due to compile issue with cmake #841
Comments
Thanks for the report, and sorry for the frustrating situation. It appears that one of our dependencies has started requiring that Unfortunately, it doesn't seem to me like we have any great options here:
What do you think we should do? |
So I had a look at the repository for libz-sys if there is a known issue for that and I found rust-lang/libz-sys#93. It's not directly related but installing Most people might have |
Sorry to necro this, but I stumbled upon this issue and wanted to mention that you can drop the dependency on |
Our previous feature set required `libz-ng-sys` which requires `cmake` which is a non-obvious binary dependency that isn't always satisfied, and which `cargo install` can't install for you. The upside it gives isn't worth the hassle or the maintenance burden here. H/t to @PigeonF for the suggestion in #841.
Our previous feature set required `libz-ng-sys` which requires `cmake` which is a non-obvious binary dependency that isn't always satisfied, and which `cargo install` can't install for you. The upside it gives isn't worth the hassle or the maintenance burden here. H/t to @PigeonF for the suggestion in #841.
Steps to reproduce the bug with the above code
Run the following command:
cargo install cargo-semver-checks --version 0.24.0
.Trying to install older versions work fine.
Actual Behaviour
Expected Behaviour
The build should succeed.
Generated System Information
Software version
cargo-semver-checks 0.22.0
Operating system
macOS 14.4 (Darwin 23.4.0)
Command-line
cargo version
Compile time information
Build Configuration
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: