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 584cceb commit acea448Copy full SHA for acea448
.github/workflows/linux-riscv64-runtime-build.yml
@@ -12,7 +12,7 @@ jobs:
12
run: df -h; sudo rm -rf "$AGENT_TOOLSDIRECTORY"; df -h
13
- name: runtime+libs+packs build
14
run: |
15
- git clone https://github.com/am11/runtime --single-branch --depth 1 -b feature/nativeaot/riscv64-port
+ git clone https://github.com/dotnet/runtime --single-branch --depth 1 -b main
16
docker run --rm -v$(pwd)/runtime:/runtime -e ROOTFS_DIR=/crossrootfs/riscv64 \
17
mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-riscv64-net9.0 \
18
sh -c '/runtime/build.sh -cross -arch riscv64 -c Checked -s clr+libs &&
0 commit comments