dotnet / diagnostics

This repository contains the source code for various .NET Core runtime diagnostic tools and documents.
MIT License
1.19k stars 354 forks source link

Fix alpine-arm64 build #4989

Closed am11 closed 1 month ago

am11 commented 1 month ago
$ ./build.sh
...
[ 97%] Building CXX object src/SOS/Strike/CMakeFiles/sos.dir/platform/hostimpl.cpp.o
/foo77/diagnostics/src/SOS/Strike/eeheap.cpp:439:11: error: cannot initialize a variable of type 'DWORD' (aka 'unsigned int') with an rvalue of type 'std::nullptr_t'
    DWORD Value = NULL;
          ^       ~~~~
am11 commented 1 month ago

Failing due to https://github.com/dotnet/diagnostics/pull/4988 😅