gitui-org / gitui-org/gitui

Installing with cargo takes forever

Open
#2,303 6 comments 0 reactions 0 assignees View on GitHub
bug
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**
![image](https://github.com/user-attachments/assets/a4665c6d-46f7-4043-81f2-2b8702a0a613)

**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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.