-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NETSDKE2E] [Regression]With 8.0.100-rc.1.23414.11 installed, the RID shows incorrectly on Linux Alpine3.18 Arm64 #34627
Comments
I've noticed a similar issue just now with Windows too. The RID has changed from This is then causing
|
@dsplaisted @elinor-fung is this fallout of the simplified ridgraph changes? @v-xiaofchen @martincostello Does seting UseRidGraph to true fix this? See this for more details: |
I wasn't sure if this was an intentional change or not (I did do a quick Google search for something but I didn't find anything). I realise that ingesting daily builds means that I'm probably getting intentional things before they're officially communicated to users. If this is intended and the end-result behaviour is the same, then I can update my testing branch to publish for |
not a fallout
use simple rids or set UseRidGraph=true for old behavior |
Yes, this is an expected result of the RID graph changes. |
Environment:
Alpine3.18 Arm64 in docker
.NET 8.0.100-rc.1.23414.11(runtime-8.0.0-rc.1.23414.4)
To Reproduce
Repro steps:
Prepare Alpine3.18 Arm64 in docker
Extract dotnet-sdk-8.0.100-rc.1.23414.11-linux-musl-arm64.tar.gz, and use the export command to set DOTNET_ROOT to the extracted folder's location and then ensure .NET is in PATH
Run 'dotnet --info' and observe
Expected behavior
RID shows "alpine.3.18-arm64".
Actual behavior
RID shows "linux-musl-arm64"
Regression?
This issue not repro on 8.0.100-rc.1.23407.2(runtime- 8.0.0-rc.1.23381.3)
The text was updated successfully, but these errors were encountered: