builders: prep for build dir move in nix 2.30#764
Closed
Conversation
Member
|
Perhaps it's worth keeping |
|
FYI, some of the builds may start failing due to maximum UNIX path length: |
Member
|
In our nixos infra we could have our own custom build-dir mounted set to /tmp2 if we wanted. But a better upstream default would be still desired for those that want to mass-rebuild on their own machines. |
Member
Author
|
A better upstream default with the same intent could be |
Mic92
added a commit
to Mic92/nix-1
that referenced
this pull request
Aug 27, 2025
With the migration to /nix/var/nix/builds we now have failing builds when the derivation name is too long. This change removes the derivation name from the temporary build to have a predictable prefix length: Also see: NixOS/infra#764 for context.
Mic92
added a commit
to Mic92/nix-1
that referenced
this pull request
Aug 27, 2025
With the migration to /nix/var/nix/builds we now have failing builds when the derivation name is too long. This change removes the derivation name from the temporary build to have a predictable prefix length: Also see: NixOS/infra#764 for context.
Mic92
added a commit
to Mic92/nix-1
that referenced
this pull request
Aug 27, 2025
With the migration to /nix/var/nix/builds we now have failing builds when the derivation name is too long. This change removes the derivation name from the temporary build to have a predictable prefix length: Also see: NixOS/infra#764 for context.
Mic92
added a commit
to Mic92/nix-1
that referenced
this pull request
Aug 27, 2025
With the migration to /nix/var/nix/builds we now have failing builds when the derivation name is too long. This change removes the derivation name from the temporary build to have a predictable prefix length: Also see: NixOS/infra#764 for context.
Mic92
added a commit
to Mic92/nix-1
that referenced
this pull request
Aug 27, 2025
With the migration to /nix/var/nix/builds we now have failing builds when the derivation name is too long. This change removes the derivation name from the temporary build to have a predictable prefix length: Also see: NixOS/infra#764 for context.
Mic92
added a commit
to Mic92/nix-1
that referenced
this pull request
Sep 3, 2025
With the migration to /nix/var/nix/builds we now have failing builds when the derivation name is too long. This change removes the derivation name from the temporary build to have a predictable prefix length: Also see: NixOS/infra#764 for context.
Member
|
NixOS/nix#13839 was merged. |
mergify bot
pushed a commit
to NixOS/nix
that referenced
this pull request
Sep 16, 2025
With the migration to /nix/var/nix/builds we now have failing builds when the derivation name is too long. This change removes the derivation name from the temporary build to have a predictable prefix length: Also see: NixOS/infra#764 for context. (cherry picked from commit 725a2f3)
mergify bot
pushed a commit
to NixOS/nix
that referenced
this pull request
Sep 16, 2025
With the migration to /nix/var/nix/builds we now have failing builds when the derivation name is too long. This change removes the derivation name from the temporary build to have a predictable prefix length: Also see: NixOS/infra#764 for context. (cherry picked from commit 725a2f3)
This was referenced Sep 16, 2025
Merged
Member
|
Fix for tempdir: NixOS/nix#14003 |
edolstra
pushed a commit
to DeterminateSystems/nix-src
that referenced
this pull request
Sep 17, 2025
With the migration to /nix/var/nix/builds we now have failing builds when the derivation name is too long. This change removes the derivation name from the temporary build to have a predictable prefix length: Also see: NixOS/infra#764 for context. (cherry picked from commit 725a2f3) (cherry picked from commit 7c3fd50)
Member
Author
|
Part of #906 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
via https://discourse.nixos.org/t/nix-2-30-0-released/66449