| 14 May 2023 |
John Ericson | I do want to get cross compilation going at some point (hex0 on one platform, hex1 on another, sure, no problem) and the compiler libs split will help with that | 23:34:53 |
John Ericson | CA derivations will allow for a sort of dynamic programming like thing where whenever two paths converge, on memoizes | 23:35:54 |
John Ericson | so instead of num_plats^bootstrapp_steps combinations, there are just num_plats * bootstrapp_steps | 23:36:18 |
John Ericson | (assuming every step can cross compiler) | 23:36:27 |
John Ericson | * (assuming every step can cross compile) | 23:36:29 |
John Ericson | OK build finished, https://github.com/NixOS/nixpkgs/pull/231894 undrafted | 23:42:44 |
John Ericson | I recommmend reviewing with ignoring space changes 😓 | 23:42:56 |
John Ericson | and probably commit-by-commit too | 23:43:04 |
| 15 May 2023 |
John Ericson | Alyssa Ross: do you want to add freebsd to release-cross.nix after all your hard work? | 00:27:43 |
| 16 May 2023 |
misuzu | In reply to @raitobezarius:matrix.org PCIe is something quite minimal we want and is still under review with current patchset kernel doesn't see nvme ssd when it's initialized in u-boot, but if boot partition is on sdcard it works fine. I hope this will be fixed soon | 08:39:15 |
j-k | emilytrau John Ericson anything else in progress for minimal-bootstrap? Am I right in thinking we're on sysa/run-after-fiwix.kaem at the moment? | 18:46:25 |
John Ericson | j-k: I am not working on anything, I did my parallelism bit and am done for the moment | 18:47:12 |
j-k | yeah I pulled the latest copy & it builds very nicely. I'm playing with adding strictDeps to the derivationWithMeta but I imagine how we add extra bits like that will need some discussion
Since it looks like we're on that file I'm probably going to try add tar & gzip in the same vein as gnumake/gnupatch | 18:49:32 |