-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Download buffer issue when building an SD image from a flake using github actions #11504
Comments
It's a warning, not an error. You can safely ignore it, or set |
It might be useful to qualify what "It ends up crashing" actually means, since that seems like the real issue, and the warning about "download buffer is full" is just a red herring. |
Hey, to be honest i don't know what's happening. I tried to run nix build with
I don't encounter this error on a native nixos install (outside of |
I encounter a similar issue when building https://github.com/573/ipc2023/tree/f95f027eb10933e839f67db18e4e835677ee2073 on aarch64-linux.
then the build breaks complains some files in the download are missing:
|
Describe the bug
Currently i'm trying to automatically build sd images of a nixos install for star64 , when i make a github action to compile the image, i end up having the following error:
Right in the middle of building. I searched in the man page, on the internet...
Nothing related to nix and download buffer size.
The error seem to come from nix so i come here a bit lost ngl...
Steps To Reproduce
nix build .#sd-image-cross
Expected behavior
It should make a full system image as a
.img
file that can be written to an sd card.Additional context
The error i encounter here is when using
act
that allows to emulate the same env as github acitons.Here is my current action file
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: