Skip to content

Commit

Permalink
user/niri: disable tests on ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed Jan 14, 2025
1 parent d9231a0 commit 2cc1116
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions user/niri/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 2cc1116

Please sign in to comment.