Skip to content

Commit

Permalink
Update jit-riscv64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinlong-Wu authored Dec 18, 2023
1 parent df06dff commit 811a10f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jit-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
continue-on-error: true
run: ./build.sh mono+libs+host+clr.hosts -c Release --cross --arch riscv64 --ci --rebuild
- name: Cross Build
if: failure()
if: ${{ failure() }}
# ./build.sh mono+libs+host+clr.hosts -c Debug --cross --arch riscv64 --ninja /p:KeepNativeSymbols=true --build
run: ./build.sh mono+libs+host+clr.hosts -c Release --cross --arch riscv64 --ci
# cache
Expand All @@ -29,7 +29,7 @@ jobs:
path: |
.dotnet/
artifacts/
key: ${{ runner.os }}-dotnet-cross-build
key: ${{ runner.os }}-dotnet-cross-build
- name: Build Tests programs
run: ./build.sh -mono -debug riscv64 -tree:JIT/ --ci
working-directory: ./src/tests
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
with:
path: |
artifacts/tests/coreclr
key: ${{ runner.os }}-dotnet-test
key: ${{ runner.os }}-dotnet-test
- name: Run tests
run: bash -c ./run.sh Release
working-directory: ./src/tests
Expand Down

0 comments on commit 811a10f

Please sign in to comment.