help wanted: upgrade llvm to 15

2022-11-01 Thread dan
hello guix, i'm totally new to guix and free software development, so bear me if i'm doing something wrong. the 0.10 version of zig just got released[1], with the new self-hosted compiler. during the period of development, i've also submitted a pull request[2] for zig, so that we don't need

Re: How long does it take to run the full rustc bootstrap chain?

2022-11-01 Thread Maxim Cournoyer
Hi Bengt, Bengt Richter writes: [...] >> Building Rust is mostly CPU dependent; I think fast single thread >> performance is key as not that much happen in parallel, IIRC. The 3900X >> is a 12 cores (24 logical) beast. >> > > Hm, just TRAN sata, no nvme, so it's going to be slow, but > what is

Re: Antioxidant (new rust build system) update - 100% builds

2022-11-01 Thread Hartmut Goebel
Am 29.10.22 um 21:38 schrieb Maxime Devos: 100% (rounded up) of the packages build with antioxidant, though a very few still fail to build: . \o/ You are great! Thansk for all the work you've put into this. -- Regards Hartmut Goebel | Hartmut G

splitting up and sorting commits?

2022-11-01 Thread Csepp
Hey all! I'm working on a fairly sizeable MirageOS branch, just getting the hello-world kernel running involved adding about 40 packages. Very often I run into a scenario where an imported package needs some other package to compile, and then that needs another, and then that another, and so on a