You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mimalloc: allow running in Windows Nano Server containers
The `GetNumaProcessorNode()` symbol is not defined in Nano Server's DLLs
(because that function is long deprecated). This caused Git no longer to
work on Nano Server.
Instead of importing it statically, try to import it dynamically, and
fall back gracefully if it cannot be loaded.
This fixes#4052
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments