Enable other native subsets for linux-riscv64 in CI (#85443)
authorAdeel Mujahid <3840695+am11@users.noreply.github.com>
Thu, 27 Apr 2023 08:22:05 +0000 (11:22 +0300)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2023 08:22:05 +0000 (10:22 +0200)
Follow up on https://github.com/dotnet/runtime/commit/277a28d0a357d2e568681efb400523f1cf848ecd (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.

eng/pipelines/runtime.yml

index dc42bc9..4ad81e6 100644 (file)
@@ -393,6 +393,7 @@ extends:
           runtimeFlavor: mono
           platforms:
           - linux_musl_x64
+          - linux_riscv64
           jobParameters:
             testGroup: innerloop
             nameSuffix: AllSubsets_Mono