Closed
Description
The Alpine legs are failing due to issues building runtime's CoreCLR component. There are many errors for this component, but most of them are related to null values and null pointers. Below are two examples of errors that appeared in the build:
error: value of type 'std::nullptr_t' is not implicitly convertible to 'UINT_PTR' (aka 'unsigned long')
error: cannot initialize a member subobject of type 'COUNT_T' (aka 'unsigned int') with an rvalue of type 'std::nullptr_t'
I believe that dotnet/runtime#98336 may have introduced these errors.
Link to failing build (internal Microsoft link)
Metadata
Metadata
Assignees
Type
Projects
Status
Done