We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358e3bb commit fdd6cd9Copy full SHA for fdd6cd9
scripts/build-openharmony-x64.sh
@@ -5,7 +5,8 @@ docker run --rm \
5
-w /runtime \
6
-e ROOTFS_DIR="/crossrootfs/x64" \
7
mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-cross-amd64-musl \
8
- bash -c "./build.sh --subset clr.aot+libs --configuration Release -arch x64 --cross \
+ bash -c "ls -al \
9
+ ./build.sh --subset clr.aot+libs --configuration Release -arch x64 --cross \
10
&& mkdir -p /package/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/sdk/ \
11
&& mkdir -p /package/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/framework/ \
12
&& cp -p ./artifacts/bin/coreclr/linux.x64.Release/aotsdk/* /package/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/sdk/ \
0 commit comments