File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
docker run --rm \
3
- -v .. /runtime:/runtime \
4
- -v .. /package:/package \
3
+ -v /runtime:/runtime \
4
+ -v /package:/package \
5
5
-w /runtime \
6
6
-e ROOTFS_DIR=" /crossrootfs/x64" \
7
7
mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-cross-amd64-musl \
@@ -10,4 +10,4 @@ docker run --rm \
10
10
&& mkdir -p /package/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/framework/ \
11
11
&& cp -p ./artifacts/bin/coreclr/linux.x64.Release/aotsdk/* /package/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/sdk/ \
12
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/"
13
+ && cp -p ./artifacts/bin/runtime/net9.0-linux-Release-x64/*.dbg /package/runtime.linux-musl-x64.microsoft.dotnet.ilcompiler/framework/"
You can’t perform that action at this time.
0 commit comments