Skip to content

Commit 5ad8577

Browse files
authored
Add missing riscv64gc-unknown-linux-musl entry to dist-workspace (#18686)
This looks omitted from #18228 and I noticed a warning from the new release step from #18625
1 parent 1f31f0e commit 5ad8577

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dist-workspace.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ targets = [
3030
"powerpc64-unknown-linux-gnu",
3131
"powerpc64le-unknown-linux-gnu",
3232
"riscv64gc-unknown-linux-gnu",
33+
"riscv64gc-unknown-linux-musl",
3334
"s390x-unknown-linux-gnu",
3435
"x86_64-unknown-linux-gnu",
3536
"x86_64-unknown-linux-musl",

0 commit comments

Comments
 (0)