makeBinaryWrapper: build static wrappers on static platforms#320138
Open
risicle wants to merge 2 commits intoNixOS:stagingfrom
Open
makeBinaryWrapper: build static wrappers on static platforms#320138risicle wants to merge 2 commits intoNixOS:stagingfrom
risicle wants to merge 2 commits intoNixOS:stagingfrom
Conversation
5f2c90d to
51c5dd4
Compare
Member
|
@NixOS/static |
Contributor
|
This supersedes #320138 |
Member
Comment on wrong PR? |
Contributor
|
Sorry, #390021 is the other pr with the same intent. |
wolfgangwalther
requested changes
Dec 19, 2025
Contributor
wolfgangwalther
left a comment
There was a problem hiding this comment.
My comment from #390021 (comment) still applies, I believe. We should not try to replicate the same as the static adapter, but just use the NIX_CFLAGS... variables that are already set.
Contributor
These I see roughly the following options:
|
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.
Description of changes
I'm not very big on static stdenv's so this may be naive, but it feels like we should be building static binary wrappers on static platforms.
Also fixed
tests.makeBinaryWrapperto work on static platforms (though with sanitizers disabled)Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-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.