cargo-bins / cargo-binstall

Binary installation for rust projects
GNU General Public License v3.0
1.41k stars 51 forks source link

Not working in Manjaro Linux on WiFi #1692

Open Peperud opened 1 month ago

Peperud commented 1 month ago

I know, that there's this , but I have the opposite issue - it works on wired connection, does not work on wireless.

Everything else is fine either way - cargo, rustup, curl, browsers etc.

cargo-binstall-manjaro.log

I noticed that when on wireless my /etc/resolv.conf is empty and this likely is a show stopper for cargo-binstall. But then again - if on this machine cargo-binstall is the only thing to take an issue with this...

NobodyXu commented 1 month ago

It seems that hickory-dns has problem resolving when /etc/resolv.conf is empty.

NobodyXu commented 1 month ago

Could you please try building without hickory-dns?

cargo install --no-default-features --featues static,rustls,fancy-no-backtrace,zstd-thin,git cargo-binstall