From 5ad8577ff847d0bf115d45dd05a1efecf6fd797f Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 23 Mar 2026 19:26:49 -0500 Subject: [PATCH] Add missing `riscv64gc-unknown-linux-musl` entry to `dist-workspace` (#18686) This looks omitted from https://github.com/astral-sh/uv/pull/18228 and I noticed a warning from the new release step from https://github.com/astral-sh/uv/pull/18625 --- dist-workspace.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/dist-workspace.toml b/dist-workspace.toml index c1e33f947..94a2293fe 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -30,6 +30,7 @@ targets = [ "powerpc64-unknown-linux-gnu", "powerpc64le-unknown-linux-gnu", "riscv64gc-unknown-linux-gnu", + "riscv64gc-unknown-linux-musl", "s390x-unknown-linux-gnu", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl",