forked from NixOS/nix
-
Notifications
You must be signed in to change notification settings - Fork 2
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
WIP: merge (mesonified) upstream master into windows-meson #1
Draft
Ericson2314
wants to merge
2,664
commits into
windows-meson
Choose a base branch
from
wip/windows-meson-merge-master
base: windows-meson
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
tar(1) on FreeBSD does not use standard output or input when the -f flag is not provided. Instead, it defaults to /dev/sa0 on FreeBSD. Make this tar invocation a bit more robust and explicitly tell tar(1) to use standard output. This is one of the issues discovered while porting Nix to FreeBSD. It has been tested and committed locally to FreeBSD ports: https://svnweb.freebsd.org/ports/head/sysutils/nix/Makefile?revision=550026&view=markup#l108
Co-authored-by: Eelco Dolstra <[email protected]>
Fix tar invocation on FreeBSD
CA derivations that depend on other CA derivations
…chix/install-nix-action-v11 Bump cachix/install-nix-action from v10 to v11
This reverts commit 9ab07e9.
NixOS/nixpkgs#102070 OK at some point we'll be able to switch back to 20.09. |
Use "run" to avoid confusion with Nix evaluation. "evaluated" was intended to reference bash eval but it's ambiguous.
Nix shell doc
Crucially this introduces BoehmGCStackAllocator, but it also adds a bunch of wiring to avoid making libutil depend on bdw-gc. Part of the solutions for NixOS#4178, NixOS#4200
The default stack size was not based on the normal stack size and was too small.
It was accidentally removed in commit ca30abb
…ddToStoreFromDump Restore RestrictedStore.addToStoreFromDump implementation
…Source-deadlock Fix RemoteStore pool deadlock in filterSource etc
Everywhere else a $ is used
readDerivation() requires a valid path. Fixes NixOS#4210.
Creates test coverage for NixOS#4210 and 7cf874c
nix-copy-closure: verify it works with drvs
…dows-meson-merge-master
Fix memory corruption caused by GC-invisible coroutine stacks
If we want to help get native nix on windows wich version should we choose ? source or dest branch ? I am interrested in mingw setup since it seem easier to setup. |
I've been waiting to return to this until NixOS/rfcs#132 is resolved. |
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.
I'll try to chip away at it.
src.#nix-windows
/packages.${system}.nix-windows
)mesonConfigurePhase
We probably want to get
windows-meson
into more of a known-good state before merging this, too.