Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable the unix:// store on Windows #10556

Merged
merged 2 commits into from
May 2, 2024

Commits on Apr 18, 2024

  1. Use rand not random for creating GC root indirect links

    I don't think fewer bits matters for this, and `rand` but not `random`
    is available on Windows.
    Ericson2314 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3a3c205 View commit details
    Browse the repository at this point in the history
  2. Enable the unix:// store on Windows

    Windows now has some basic Unix Domain Socket support, see
    https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/
    
    Building `nix daemon` on Windows I've left for later, because the daemon
    currently forks per connection but this is not an option on Windows. But
    we can get the client part working right away.
    Ericson2314 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b973cd4 View commit details
    Browse the repository at this point in the history