-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[24.05] Build #19
Comments
I have/had the same Problem. The strange thing is after running Nixos 23.11 on my Pi 5, i could switch without this Problem to unstable. (Though i encountered #18 instead) Then i tried building again the kernel on the unstable Nixos:
The kernel package is broken ?!?
The same Error... Honestly i don't know if it helps, but something strange is going on here. |
This could arise if you are using a different kernel than is pinned in this project. If you are using the latest release of this project ( Could you share what commit of |
I never thought about that, but it sounds good to me.
That would be a great help |
Hey, sorry for the delay on my side 🙏🏻
I was using latest master at the time so I guess
I've asked in the matrix-channel what's the process to move forwards as I really like the idea to centralize efforts on RPI-Nix for the community 😃
I will have a look, do you think cachix free-tier (5 GB) is enough otherwise I can offer a self-hosted binary-cache to avoid costs ✌🏻 Building against 24.05 with my config I used when opening the above issue and the example I tried to reproduce works fine now (against master, |
Thanks for the offer, but I don't think that's necessary. I do push kernel builds to the cachix free tier, and I suggest that others may use it to avoid compiling the kernel in the readme. It is also used in the example repo. I don't have any sort of CI to do the build though, as mentioned above that is just me. I'm not aware of any free services that I could use. |
As mentioned above, the issues described here would occur on |
@tstat I've sent you an invite to join @nix-community and created a team @nix-community/raspberry-pi-nix. We have a aarch64-linux CI builder and 1tb cachix cache if you want to use it. https://github.com/nix-community/infra/blob/master/devdoc/hosts.md#build04 I'm not really familiar with all the raspberry pi / SBC stuff, the nixos community builder has a kernel patch for arm7l builds, if that is useful I could look at applying that to our CI builder. https://github.com/NixOS/aarch64-build-box/blob/master/armv7l.nix |
Oh, that sounds great! Thanks @zowoq |
No need on my account. This repo only attempts to support aarch64, which covers all recent (past ~6 years or so) rpi sbcs. |
Hey, first of all thanks for the work already done 🙏🏻
I'm currently getting the following issue - I'm trying to understand:
This happens when switching from 23.11 to 24.05, I'm not sure what's the issue here as the repo does not apply custom-patches?
Would you be interesting to make this project part of https://github.com/nix-community/?
What are your thoughts on any kind of GitHub-CI and automated builds/push to a binary-cache?
The text was updated successfully, but these errors were encountered: