From 2cc11161629e803a5e5bd36fbd11bef46d0e8761 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 14 Jan 2025 02:31:38 +0100 Subject: [PATCH] user/niri: disable tests on ppc64le --- user/niri/template.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/user/niri/template.py b/user/niri/template.py index 3086f1abac..1905156477 100644 --- a/user/niri/template.py +++ b/user/niri/template.py @@ -37,10 +37,16 @@ url = "https://github.com/YaLTeR/niri" source = f"{url}/archive/refs/tags/v{pkgver}.tar.gz" sha256 = "86b89bcfc3fc6a8ed81f9e3f0ac7a29bd30267515efb2c19e1e0bc2ccd67b649" +# check may be disabled +options = [] if self.profile().wordsize == 32: broken = "weird pipewire api stuff" +if self.profile.arch() == "ppc64le": + # fails some xkeyboard stuff mysteriously? FIXME + options += ["!check"] + # TODO: dinit graphical user session service, --notify-fd, etc