Commit 41d9acc3 authored by qbisi's avatar qbisi
Browse files

ucx: mark loongarch64 badPlatform

parent 41108ad5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
})