Skip to content

Commit

Permalink
Enable other native subsets for linux-riscv64 in CI (#85443)
Browse files Browse the repository at this point in the history
Follow up on 277a28d (which enabled `linux-riscv64` coreclr build in the CI):

This PR adds `linux-riscv64 Release AllSubsets_Mono` leg in the CI to build `mono`, `libs`, `host` and `packs` subsets.

We are not running tests in the CI, but this leg is to protect the build from regressing.
  • Loading branch information
am11 authored Apr 27, 2023
1 parent a2acc6c commit 9ef0314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ extends:
runtimeFlavor: mono
platforms:
- linux_musl_x64
- linux_riscv64
jobParameters:
testGroup: innerloop
nameSuffix: AllSubsets_Mono
Expand Down

0 comments on commit 9ef0314

Please sign in to comment.