-
-
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
0.21.0 unable to fetch index #468
Comments
Downgrading git2 to 0.16.1 seems to fix this issue. |
An issue like this has popped on and off for some users for a few versions now, and thus far we haven't been able to successfully diagnose the problem since it's coming via a transitive dependency (I believe via Some users were able to work around the problem by disabling the It's also interesting that downgrading |
Sure. For posterity, applying this fixes the build for me:
|
|
Soon — probably as soon as the next release — we plan on switching from When that happens, I'd love it if you could try to reproduce this issue and let me know if it's still happening or can be closed as resolved. Thanks for your patience on this! |
In v0.23 we switched to When you have a second, would you mind taking a look and seeing if this issue has gone away, and if so letting me know if I can close it? |
Closing on the assumption that the issue is probably gone. Happy to reopen if we have more evidence of the same problem happening. |
Hey! Sorry for the late reply! As I have not seen this problem resurface after patching the package for Arch Linux and later on upgrading it, I do believe this issue is indeed solved! Keep up the good work! It's much appreciated! 🎉 |
Steps to reproduce the bug with the above code
Hi! I'm currently trying 0.21.0 on Arch Linux, which is built using the Cargo.lock file of the project.
When trying to run it, the process errors on a TLS issue.
This is reproducible building using cargo (
cargo install --locked cargo-semver-checks
) and using the current distribution package.FTR: 0.20.0 works as intended using the distribution package and building using
cargo install --locked --version "0.20.0" cargo-semver-checks
.Actual Behaviour
Expected Behaviour
Generated System Information
cargo semver-checks --bugreport
Software version
cargo-semver-checks 0.21.0 (c7102df-modified)
Operating system
Linux 6.3.6-arch1-1
Command-line
cargo version
Compile time information
Build Configuration
No response
Additional Context
For reference, this is how the Arch Linux package is built: https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-semver-checks/-/blob/main/PKGBUILD
The text was updated successfully, but these errors were encountered: