Skip to content

Commit

Permalink
Update linux-riscv64-runtime-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Dec 20, 2024
1 parent 584cceb commit acea448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-riscv64-runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: df -h; sudo rm -rf "$AGENT_TOOLSDIRECTORY"; df -h
- name: runtime+libs+packs build
run: |
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
docker run --rm -v$(pwd)/runtime:/runtime -e ROOTFS_DIR=/crossrootfs/riscv64 \
mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-riscv64-net9.0 \
sh -c '/runtime/build.sh -cross -arch riscv64 -c Checked -s clr+libs &&
Expand Down

0 comments on commit acea448

Please sign in to comment.