-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
dotnet/runtime
#59988Description
The libcoreclr.so
on s390x (which is actually mono) doesn't include a commit identifier, like other binaries, such as libSystem.native.so
do.
$ strings /usr/lib64/dotnet/shared/Microsoft.NETCore.App/6.0.0-rc.2.21470.23/libSystem.Native.so | grep '@(#)'
@(#)Version 6.0.21.47023 @Commit: 826f81a11ad17f415668fe1cb934bdaf00d36ea2
$ strings /usr/lib64/dotnet/shared/Microsoft.NETCore.App/6.0.0-rc.2.21470.23/libcoreclr.so | grep '@(#)'
I guess this a build configuration difference in mono?
This is a source-build SDK:
$ /usr/lib64/dotnet/dotnet --info
.NET SDK (reflecting any global.json):
Version: 6.0.100-rc.2.21474.1
Commit: 28be3e9a00
Runtime Environment:
OS Name: rhel
OS Version: 8
OS Platform: Linux
RID: rhel.8-s390x
Base Path: /usr/lib64/dotnet/sdk/6.0.100-rc.2.21474.1/
Host (useful for support):
Version: 6.0.0-rc.2.21470.23
Commit: 826f81a11a
.NET SDKs installed:
6.0.100-rc.2.21474.1 [/usr/lib64/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 6.0.0-rc.2.21470.37 [/usr/lib64/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.0-rc.2.21470.23 [/usr/lib64/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download
Metadata
Metadata
Assignees
Labels
No labels