Closed
Description
# clr and libs.native build passes successfully
./build.sh --portablebuild false --cross --clang10 --arch armel --runtimeConfiguration Release --librariesConfiguration Release --subset clr+libs.native /p:EnableSourceLink=false
# libs managed build errors
./build.sh --cross --clang10 --arch armel --runtimeConfiguration Release --librariesConfiguration Release --subset libs.ref+libs.src+libs.pretest+libs.packages+libs.tests --testscope all /p:EnableSourceLink=false
Result of the second command:
20:19:17 __DistroRid: linux-armel
20:19:17 Determining projects to restore...
20:19:17 Tool 'coverlet.console' (version '1.7.2') was restored. Available commands: coverlet
20:19:18 Tool 'dotnet-reportgenerator-globaltool' (version '4.5.8') was restored. Available commands: reportgenerator
20:19:18 Tool 'microsoft.dotnet.xharness.cli' (version '1.0.0-prerelease.21602.2') was restored. Available commands: xharness
20:19:18 Tool 'microsoft.visualstudio.slngen.tool' (version '6.3.0') was restored. Available commands: slngen
20:19:18 Tool 'dotnet-format' (version '6.0.240501') was restored. Available commands: dotnet-format
20:19:18
20:19:18 Restore was successful.
20:19:18 All projects are up-to-date for restore.
20:19:18 Determining projects to restore...
20:19:18 /home/runtime/.dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(129,5): error NETSDK1084: There is no application host available for the specified RuntimeIdentifier 'linux-armel'. [/home/runtime/Build.proj]
20:19:27 /home/runtime/.dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(129,5): error NETSDK1084: There is no application host available for the specified RuntimeIdentifier 'linux-armel'. [/home/runtime/Build.proj]
20:19:27 /home/runtime/.dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(129,5): error NETSDK1084: There is no application host available for the specified RuntimeIdentifier 'linux-armel'. [/home/runtime/Build.proj]
20:19:27 /home/runtime/.dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(129,5): error NETSDK1084: There is no application host available for the specified RuntimeIdentifier 'linux-armel'. [/home/runtime/Build.proj]
20:19:27
20:19:33 Build FAILED.
20:19:33
20:19:33 /home/runtime/.dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(129,5): error NETSDK1084: There is no application host available for the specified RuntimeIdentifier 'linux-armel'. [/home/runtime/Build.proj]
20:19:33 /home/runtime/.dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(129,5): error NETSDK1084: There is no application host available for the specified RuntimeIdentifier 'linux-armel'. [/home/runtime/Build.proj]
20:19:33 /home/runtime/.dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(129,5): error NETSDK1084: There is no application host available for the specified RuntimeIdentifier 'linux-armel'. [/home/runtime/Build.proj]
20:19:33 /home/runtime/.dotnet/sdk/6.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(129,5): error NETSDK1084: There is no application host available for the specified RuntimeIdentifier 'linux-armel'. [/home/runtime/Build.proj]
20:19:33 0 Warning(s)
20:19:33 4 Error(s)
These same build commands worked on .net6 (v6.0.0, 6.0-preview7, etc.). Has something changed in .net7?