-
Notifications
You must be signed in to change notification settings - Fork 10
Closed as not planned
Description
Repro steps:
git clone https://github.com/nodatime/nodatime
cd nodatime && git checkout c6158de491e041c07a8a12147676e57683302554
docker run -v $(pwd):/app sourcegraph/scip-dotnet:latest scip-dotnet index src/NodaTime.sln
scip-dotnet image hash: a4b074f00f73
Output:
❯ docker run -v $(pwd):/app sourcegraph/scip-dotnet:latest scip-dotnet index src/NodaTime.sln
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
04:28:15 info: ScipDotnet.IndexCommandOptions[0] $ dotnet restore /app/src/NodaTime.sln /p:EnableWindowsTargeting=true
The command could not be loaded, possibly because:
* You intended to execute a .NET application:
The application 'restore' does not exist.
* You intended to execute a .NET SDK command:
A compatible .NET SDK was not found.
Requested SDK version: 6.0.200
global.json file: /app/global.json
Installed SDKs:
Install the [6.0.200] .NET SDK or update [/app/global.json] to match an installed SDK.
Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found
7.0.305 [/usr/share/dotnet/sdk]
A compatible .NET SDK was not found.
Requested SDK version: 6.0.200
global.json file: /app/global.json
Installed SDKs:
Install the [6.0.200] .NET SDK or update [/app/global.json] to match an installed SDK.
Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found
After this, it seems like it just gets stuck.