Closed
Description
Build with (coreclr build doesn't work without #63121):
ROOTFS_DIR=`pwd`/.tools/rootfs/arm64 ./build.sh --portablebuild false --cross --clang10 --arch arm64 --runtimeConfiguration Release --librariesConfiguration Release --subset clr+libs.native /p:EnableSourceLink=false
ROOTFS_DIR=`pwd`/.tools/rootfs/arm64 ./build.sh --cross --clang10 --arch arm64 --runtimeConfiguration Release --librariesConfiguration Release --subset libs.ref+libs.src+libs.pretest+libs.packages+libs.tests --testscope all /p:EnableSourceLink=false
Error:
Build FAILED.
"/home/runtime/.packages/microsoft.dotnet.arcade.sdk/7.0.0-beta.21621.3/tools/Build.proj" (default target) (1) ->
"/home/runtime/Build.proj" (Build target) (3:2) ->
"/home/runtime/src/libraries/tests.proj" (default target) (493) ->
"/home/runtime/src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.Tests/DllImportGenerator.Tests.csproj" (default target) (773) ->
"/home/runtime/src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.Tests/DllImportGenerator.Tests.csproj" (Build target) (773:2) ->
"/home/runtime/src/libraries/System.Runtime.InteropServices/tests/TestAssets/NativeExports/NativeExports.csproj" (default target) (775:2) ->
(GetUnixBuildArgumentsForDNNE target) ->
/home/runtime/src/libraries/System.Runtime.InteropServices/tests/TestAssets/NativeExports/NativeExports.csproj(33,5): error MSB3073: The command "..." exited with code 1.
0 Warning(s)
1 Error(s)
cc @alpencolt