Skip to content

Commit

Permalink
Update linux-riscv64-runtime-buidl2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Jan 10, 2025
1 parent 41ed49c commit 29d13c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux-riscv64-runtime-buidl2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-riscv64-net9.0 \
sh -c '
/runtime/build.sh -ci -arch riscv64 -cross -s clr+libs+host -c Debug -rc Checked -p:StageOneBuild=true --keepnativesymbols true &&
rm -rf /runtime/artifacts/obj &&
/runtime/build.sh -ci -arch riscv64 -cross -s tools+clr.tools+packs -c Debug -rc Checked --keepnativesymbols true -p:StageTwoBuild=true &&
tdnf install -y file unzip && cd /tmp &&
find /runtime/artifacts/bin -name "libcdacreader*" -exec file {} \;
rm -rf /runtime/artifacts/obj
'
- name: Upload artifacts
Expand Down

0 comments on commit 29d13c2

Please sign in to comment.