ucx: mark loongarch64 badPlatform
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user