From 9ef03140e8e99f55f903e7caa48044c1a5885d85 Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Thu, 27 Apr 2023 11:22:05 +0300 Subject: [PATCH] Enable other native subsets for linux-riscv64 in CI (#85443) 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index dc42bc9..4ad81e6 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -393,6 +393,7 @@ extends: runtimeFlavor: mono platforms: - linux_musl_x64 + - linux_riscv64 jobParameters: testGroup: innerloop nameSuffix: AllSubsets_Mono -- 2.7.4