Skip to content

Commit 2c1208f

Browse files
authored
Update build-openharmony-x64.sh
1 parent 9a4191f commit 2c1208f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/build-openharmony-x64.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ docker run --rm \
55
-w /runtime \
66
-e ROOTFS_DIR="/crossrootfs/x64" \
77
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 \
8+
bash -c "./build.sh --subset clr.aot+libs --configuration Release -arch x64 --cross \
109
&& mkdir -p /package/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/sdk/ \
1110
&& mkdir -p /package/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/framework/ \
1211
&& cp -p ./artifacts/bin/coreclr/linux.x64.Release/aotsdk/* /package/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/sdk/ \

0 commit comments

Comments
 (0)