Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinlong-Wu committed Dec 19, 2023
1 parent 57606b3 commit 6a67ad4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/jit-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
artifacts/
key: ${{ runner.os }}-dotnet-cross-build

- name: Cross Build Libs & host
run: ./build.sh libs -c Release --cross --arch riscv64 --ci

- name: Cross Build Mono
# ./build.sh mono+libs+host+clr.hosts -c Debug --cross --arch riscv64 --ninja /p:KeepNativeSymbols=true --build
run: ./build.sh mono -c Debug --cross --arch riscv64 --ci
- name: Cross Build Libs & host
run: ./build.sh mono+libs+host+clr.hosts -c Release --cross --arch riscv64 --ci
run: ./build.sh mono+libs+host+clr.hosts -c Debug --cross --arch riscv64 --ci

- name: compress files
run: tar -zcf runtime.tar.gz ./.dotnet ./artifacts
Expand Down

0 comments on commit 6a67ad4

Please sign in to comment.