-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
android-ndk: Output Limit Exceeded on Hydra #41704
Comments
We probably should disable building the ndk on Hydra? Is it just copying and fixing stuff, that can be done easily locally. |
But we have cross jobs that it would be really nice to get working: https://hydra.nixos.org/jobset/nixpkgs/cross-trunk#tabs-jobs Cross frequently breaks on master & it would be nice to have some stable enough tests that we can make them block channel updates. |
What does this Hydra error mean? Is the built derivation to big? |
It exceeds size per package. |
Okay I assumed it was output logs but that makes more sense |
Hmm, we could try to make some architectures configurable, aka remove not wanted architectures. |
I wonder if multiple outputs could fix this problem? |
No, because it checks the total size of all outputs. |
Issue description
Currently android-ndk is failing on Hydra:
https://hydra.nixos.org/build/75668895
Looks like something that could be trivially fixed. Any ideas?
/cc @bkchr
The text was updated successfully, but these errors were encountered: