Nix Cross Compiling | 555 Members | |
| 119 Servers |
| Sender | Message | Time |
|---|---|---|
| 12 Oct 2025 | ||
| 12:01:47 | |
| This is gnumusl cross though. i guess GCC15 is making a lot of bad gode | 12:06:02 | |
| * This is gnumusl cross though. i guess GCC15 is making a lot of bad code | 12:06:05 | |
| like I see a lot of core dumping in dmesg | 12:06:13 | |
| There's already a PR for this | 12:06:29 | |
| musl native seems okay | 12:06:29 | |
| ah got a link? | 12:06:35 | |
| https://github.com/NixOS/nixpkgs/pull/451291 | 12:06:50 | |
| And the only reason we don't merge this straight away is because of mass rebuilds? | 12:07:19 | |
| there is no mass rebuild | 12:07:29 | |
| the reason i haven't merged it straight away is that I am still sick | 12:07:36 | |
| Yeah I'm just trying to learn, because in some cases it appears that people fear a mass rebuild | 12:07:56 | |
| in this case the labels tell you there isn't one :) | 12:08:06 | |
| And if there is, when do you decide it's okay to do the merge? | 12:09:05 | |
| https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#changes-causing-mass-rebuilds | 12:10:17 | |
| Oh | 12:10:53 | |
| So with staging anything is fair game? | 12:10:59 | |
| yes, that's the point of staging | 12:11:06 | |
| So if you just target staging instead of staging-next, it's okay? | 12:11:08 | |
| yes | 12:11:14 | |
| I did not get that, I do now, thanks | 12:11:19 | |
| :) | 12:11:50 | |
| So can I test and merge it? | 12:24:57 | |
| 12:25:10 | ||
| i'm using this flake.nix to build my riscv system locally and push it via ssh to the riscv-board:
i'm trying to patch the app plausible to use tailwindcss_3 from the build machine since it is not available for riscv ( https://github.com/NixOS/nixpkgs/pull/447495/files )
somehow the build process is still trying to compile taildwindcss_3 for riscv platform and fails :( | 12:28:56 | |
| both this
and this
result in
| 12:43:34 | |
| yeah | 12:59:46 | |
| 13:09:25 | |
| What happened with iproute? | 13:09:28 | |
| Yureka is already on that one too: https://lore.kernel.org/netdev/20251012124002.296018-1-yureka@cyberchaos.dev/ | 13:26:53 | |