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 9a4191f commit 2c1208fCopy full SHA for 2c1208f
scripts/build-openharmony-x64.sh
@@ -5,8 +5,7 @@ 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 "ls -al \
9
- ./build.sh --subset clr.aot+libs --configuration Release -arch x64 --cross \
+ bash -c "./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