Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
Currently build fails with:
Upstream issue:
darlinghq/darling#1511
Commit fixing it:
darlinghq/darling@f46eb72
(could not find more information upstream)
On Hydra package and test does not build because of "Output limit exceeded".
Fixes build of
darling
(fails since2023-11-17
):https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.darling.x86_64-linux
https://hydra.nixos.org/build/271165242
Fixes build of
nixosTests.darling
(fails since2023-11-16
):https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.darling.x86_64-linux
https://hydra.nixos.org/build/271653953
Size of
src
without postPatch (3512428168 ~3.3GB) exceeds output limit on Hydra (3421225472):Size after (2952729928 ~2.7GB):
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.