| 4 Nov 2024 |
elikoga | In reply to @rhelmot:matrix.org does anyone know, before I go off by myself to make such a thing, if there exists a tool that takes a matrix of build platforms, spins up a vm with nix installed for each, adds those vms as remote builders, and then builds packages from those machines for testing purposes? If you're doing it all on the same machine, consider binfmt emulation? | 06:48:17 |
rhelmot | That is an excellent idea and I will use it for all the Linux targets | 06:49:43 |
Rick (Mindavi) | I don't know of such a system. You might wanna build it on top of buildbot-nix though, possibly (don't have any experience with it but it seems like the hot new thing) | 06:52:19 |
| Neco Arc left the room. | 19:58:40 |
| 5 Nov 2024 |
| @grossmap:in.tum.de left the room. | 14:16:37 |
artemist | qemu-user is known to have problems with some packages, but it sometimes works | 18:09:20 |
| 8 Nov 2024 |
| jschvz joined the room. | 02:56:47 |
| 10 Nov 2024 |
| Magic_RB changed their profile picture. | 17:48:23 |
| sbc64 left the room. | 20:02:04 |
| sbc64 joined the room. | 20:02:54 |
| 12 Nov 2024 |
| Luke removed their profile picture. | 17:33:14 |
| Luke set a profile picture. | 17:33:55 |
| Luke removed their profile picture. | 17:34:45 |
| Luke set a profile picture. | 17:35:21 |
| 13 Nov 2024 |
| Inayet joined the room. | 22:14:57 |
| 20 Nov 2024 |
| Inayet removed their profile picture. | 00:59:26 |
| Kamilla 'ova joined the room. | 12:53:27 |
| 22 Nov 2024 |
| Zach joined the room. | 16:59:30 |
| Morgan (@numinit) joined the room. | 17:49:52 |
| @tanvir:hackliberty.org joined the room. | 20:15:00 |
| EVA-01 changed their profile picture. | 20:26:39 |
| 24 Nov 2024 |
matthewcroughan - nix.how | chuang: I got pretty far trying to get to mainline kernel with https://github.com/chuangzhu/nixos-sun20iw1p1, I've gotten everything working on the current nixos-unstable, and got systemd-boot/efi working, and an image generator with systemd-repart, but the kernel doesn't boot (probably a panic) | 15:15:56 |
matthewcroughan - nix.how | I'm currently attempting to try your kernel, but is there any chance you know of what kernel config is supposed to boot, and which option causes the kernel panics? | 15:16:24 |
matthewcroughan - nix.how | there is no stdout for me to observe the kernel panic so it's not obvious to me | 15:16:35 |
| 25 Nov 2024 |
| @nullcube:matrix.org joined the room. | 09:57:46 |
| 26 Nov 2024 |
matthewcroughan - nix.how | chuang: I got the d1 booting with 6.11 using a kernel from someone who's maintaining it on 6.11 with only 30~ patches away from mainline | 23:06:43 |
matthewcroughan - nix.how | https://github.com/esmil/linux/commits/d1-6.11.y/ | 23:07:13 |
matthewcroughan - nix.how |  Download image.png | 23:07:36 |
matthewcroughan - nix.how | we need to figure out what is causing those lockups on riscv in our common-config | 23:08:11 |
matthewcroughan - nix.how | Also, we unnecessarily disable zboot/efi on riscv64 in nixpkgs for some reason, any ideas on why we do that? https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/linux/kernel/common-config.nix#L978-L981 | 23:09:14 |