phinxy has quit [Read error: Connection reset by peer]
phinxy has joined #kisslinux
fturco has joined #kisslinux
angerisagift has quit [Read error: Connection reset by peer]
angerisagift has joined #kisslinux
<sewn>
fultilt: nodejs takes more time to compile than rust and go combined what
<fuiltilt>
sewn: But neither Rust nor Go will compile at all for RISC-V on musl.
fuiltilt has quit [Quit: Leaving]
<sewn>
ic
<sewn>
well thats a loss
<sewn>
cuz nodejs is shi
fturco has left #kisslinux [#kisslinux]
so has quit [Remote host closed the connection]
so has joined #kisslinux
fultilt has joined #kisslinux
<fultilt>
sewn: Also, even if building a single version of Rust only takes an hour or two, Rust's whole bootstrap deathmarch is bound to take days.
<midfavila>
rust is...
<midfavila>
LE BAD
<midfavila>
and then everyone clapped
<sewn>
fultilt: rust is not bootstrappable afaik
<fultilt>
sewn: Guix does it, I assume NixOS must do it somehow too. You start with mrustc and then build every single version of Rust from 1.74 (or maybe 1.54) one by one until you reach the current version.
<fultilt>
(To be fair, mrustc is at least _trying_ to support RISC-V and musl, I just couldn't get it to work. That's more than I can say about go-bootstrap.)