You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Installation of GitUI v0.17 via Cargo seems to break during compile. I am running the latest stable version of rust using the rustup toolchain install via: rustup toolchain install stable. It doesn't appear to be an issue with previous versions.
To Reproduce
Steps to reproduce the behavior:
Run cargo install --git https://github.com/extrawurst/gitui --tag v0.17
Expected behavior
Compiles gitui and installs inside ~/.cargo/bin.
Actual behavior
Throws an error: linking with `cc` failed: exit status: 1. See Additional context for build log.
Context (please complete the following information):
OS + Version: Linux Archcraft, Kernel: 5.13.13-arch1-1
Describe the bug
Installation of GitUI v0.17 via Cargo seems to break during compile. I am running the latest stable version of rust using the
rustup
toolchain install via:rustup toolchain install stable
. It doesn't appear to be an issue with previous versions.To Reproduce
Steps to reproduce the behavior:
cargo install --git https://github.com/extrawurst/gitui --tag v0.17
Expected behavior
Compiles
gitui
and installs inside~/.cargo/bin
.Actual behavior
Throws an
error: linking with `cc` failed: exit status: 1.
See Additional context for build log.Context (please complete the following information):
Linux Archcraft, Kernel: 5.13.13-arch1-1
0.17.0
1.54.0
Additional context
Build log:
The text was updated successfully, but these errors were encountered: