| 1 May 2026 |
llakala | i'd appreciate a look at https://github.com/NixOS/nixpkgs/pull/513858 when people have a chance. I have several other similar PRs up, but this one gives the largest stats improvement, so I thought I'd start with it <3 | 17:03:30 |
| llakala set a profile picture. | 17:12:28 |
| 2 May 2026 |
| ethancedwards8 joined the room. | 00:02:48 |
| cat joined the room. | 02:01:21 |
| 3 May 2026 |
| Bart joined the room. | 08:35:14 |
| 4 May 2026 |
| @wegank:matrix.org left the room. | 00:24:57 |
| yorickvp joined the room. | 08:06:36 |
| 6 May 2026 |
| Yogansh set a profile picture. | 03:32:50 |
siraben | https://github.com/NixOS/nixpkgs/pull/517360 | 16:17:11 |
siraben | found flakiness while iterating on making bootstrap faster | 16:17:25 |
siraben | https://github.com/NixOS/nixpkgs/pull/517368 | 17:06:15 |
siraben | dish [Fox/It/She]: | 17:06:17 |
siraben | * cc: dish [Fox/It/She] | 17:06:28 |
siraben | also we can relax the intermediate gcc from 10 to 7.5, end to end still compiles up to gcc15 https://github.com/NixOS/nixpkgs/pull/517369 | 17:09:20 |
siraben | ah looks like live-bootstrap wants gcc 10 for future risc-v support, so we probably shouldn't break from them with 7.5 | 17:14:09 |
dish [Fox/It/She] | yeah ideally we have as many architectures supported as possible | 17:14:23 |
dish [Fox/It/She] | we don't strictly follow live-bootstrap since their bootstrap is a lot more aggressive in removing binaries and pre-generated files(see the automake/autoconf dance they have to do in order to bootstrap up versions) but they are definitely a large source of bootstrapping knowledge along with guix's bootstrap | 17:15:10 |
dish [Fox/It/She] | In reply to @siraben:matrix.org https://github.com/NixOS/nixpkgs/pull/517368 looking at that PR, will submit review comments later once github is actually working again since adding review comments is broken rn 🙃 | 17:26:36 |
dish [Fox/It/She] | thanks github /s | 17:27:15 |
dish [Fox/It/She] | one thing is that since you've removed isl from gcc, you should also remove the fetch for it as well from each file | 17:27:45 |
dish [Fox/It/She] | also, breaking the changes up into smaller commits targeted at a few changes per package at a time would make it easier to review and keep track of in git history | 17:28:34 |
siraben | thanks, amending | 17:33:28 |
siraben | done | 17:42:38 |
| 7 May 2026 |
siraben | https://github.com/NixOS/nixpkgs/pull/517368 another review on bootstrap configure flag prune would be appreciated, one approval already | 15:39:54 |
siraben | getting mrustc bootstrap working | 15:59:15 |
Winter | i thought we agreed that we don’t want to do mrustc? there was some reason nobody has done it till now… maybe Alyssa Ross remembers | 16:01:10 |
whispers [& it/fae] | @emily has expressed concerns (that i agree with) about mrustc's concerns to keep up with rustc and LLVM | 16:02:29 |
K900 | I think the problem that keeps coming up is the insanely long bootstrap chain | 16:03:11 |
whispers [& it/fae] | but we do have a broken = true; mrustc-boostrap package that just builds one rustc version (and iirc there's an open pr to update that to mrustc v0.12.0 / rustc 1.90.0) | 16:03:14 |
whispers [& it/fae] | and yeah the bootstrap chain prior to the latest release was some 19 rustc versions + 5 llvm versions, which is a pain in the ass to build (especially on staging) | 16:03:42 |