Skip to content

Commit fdd6cd9

Browse files
authored
Update build-openharmony-x64.sh
1 parent 358e3bb commit fdd6cd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build-openharmony-x64.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ 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 "./build.sh --subset clr.aot+libs --configuration Release -arch x64 --cross \
8+
bash -c "ls -al \
9+
./build.sh --subset clr.aot+libs --configuration Release -arch x64 --cross \
910
&& mkdir -p /package/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/sdk/ \
1011
&& mkdir -p /package/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/framework/ \
1112
&& cp -p ./artifacts/bin/coreclr/linux.x64.Release/aotsdk/* /package/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/sdk/ \

0 commit comments

Comments
 (0)