Closed adam-zethraeus closed 3 years ago
git clone --recurse-submodules --shallow-submodules -j8 https://github.com/helix-editor/helix
and
cargo build --release
work for me.
cargo install --path helix-term
as well.
This should be x86 mac
related. Can you search for the according upstream repository and file a bug there?
Might even a compiler bug for the platform.
Same issue here, but running on WSL 2 Ubuntu 20.04
my cargo version is 1.46.0
and rustc version is 1.47.0
updating my rust install fixed the build
cargo 1.52.0
rustc 1.52.1
Only the latest stable rustc is supported, seeing as this was resolved by updating the toolchain, I believe I can close this issue now.
Furthermore, the issue was in one of the dependencies of helix, rather than helix itself, I think it would be best to file a report their to get backwards compatibility with older toolchains if needed.
Running:
cargo install --path helix-term
after:git clone --recurse-submodules --shallow-submodules -j8 https://github.com/helix-editor/helix
on an: x86 mac with: rustc 1.47.0