Installing with cargo takes forever
- Dominant language
- Rust
- Stars
- 22.5k
- Forks
- 773
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Installing with cargo takes forever. Both with current stable and nightly, from crates.io, from git, locked or not.
The build always gets stuck at:
Compiling git2-hooks v0.3.1
Building [=======================> ] 295/299: openssl-sys(build)
It gets stuck there, cpu usage falls. Everything before this is done in around a minute, to finish this took 14 minutes.
**To Reproduce**
The ones I tried:
cargo install gitui
cargo install gitui --locked
cargo install --git https://github.com/extrawurst/gitui.git
cargo install --git https://github.com/extrawurst/gitui.git --locked
and all of the above with nightly.
**Expected behavior**
Gitui builds in a timely manner.
**Screenshots**

**Context (please complete the following information):**
- OS/Distro + Version: Windows 11 Beta
- GitUI Version: master, crates.io (0.26.3)
- Rust version: 1.79.0 1.82.0
**Additional context**
I did build a previous version of gitui on my machine some time ago, don't recall any trouble with it.
There's nothing in my config.toml
Contributor guide
Assessment
This issue has not been assessed yet.