Skip to content

Commit 5864140

Browse files
committed
修复x64架构编译脚本赋值错误位置的问题
1 parent 3a8f6e2 commit 5864140

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/build-openharmony-x64.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ docker run --rm \
66
-e ROOTFS_DIR="/crossrootfs/x64" \
77
mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-cross-amd64-musl \
88
bash -c "./build.sh --subset clr.aot+libs --configuration Release -arch x64 --cross \
9-
&& mkdir -p /package/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/sdk/ \
10-
&& mkdir -p /package/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/framework/ \
11-
&& cp -p ./artifacts/bin/coreclr/linux.x64.Release/aotsdk/* /package/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/sdk/ \
12-
&& cp -p ./artifacts/bin/runtime/net9.0-linux-Release-x64/*.a /package/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/framework/ \
13-
&& cp -p ./artifacts/bin/runtime/net9.0-linux-Release-x64/*.dbg /package/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/framework/"
9+
&& mkdir -p /package/build/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/sdk/ \
10+
&& mkdir -p /package/build/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/framework/ \
11+
&& cp -p ./artifacts/bin/coreclr/linux.x64.Release/aotsdk/* /package/build/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/sdk/ \
12+
&& cp -p ./artifacts/bin/runtime/net9.0-linux-Release-x64/*.a /package/build/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/framework/ \
13+
&& cp -p ./artifacts/bin/runtime/net9.0-linux-Release-x64/*.dbg /package/build/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/framework/"

0 commit comments

Comments
 (0)