ucx: mark loongarch64 badPlatform

This commit is contained in:
qbisi
2025-07-25 18:46:12 +08:00
parent 41108ad5e6
commit 41d9acc3f7
+3
View File
@@ -108,6 +108,9 @@ stdenv'.mkDerivation (finalAttrs: {
homepage = "https://www.openucx.org";
license = lib.licenses.bsd3;
platforms = lib.platforms.linux;
# LoongArch64 is not supported.
# See: https://github.com/openucx/ucx/issues/9873
badPlatforms = lib.platforms.loongarch64;
maintainers = with lib.maintainers; [ markuskowa ];
};
})