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 923316b commit cb13091Copy full SHA for cb13091
scripts/build-openharmony-arm64.sh
@@ -2,6 +2,7 @@
2
docker run --rm \
3
-v "$(dirname $(pwd))/runtime:/runtime" \
4
-v "$(dirname $(pwd))/package:/package" \
5
+ -w /runtime \
6
-e ROOTFS_DIR="/crossrootfs/arm64" \
7
mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-cross-arm64-musl \
8
bash -c "./build.sh --subset clr.aot+libs --configuration Release -arch arm64 --cross \
0 commit comments