Skip to content

Commit c9d185f

Browse files
committed
user/niri: try unbreak on loongarch
1 parent d7d1e9f commit c9d185f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

user/niri/template.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
if self.profile().wordsize == 32:
4141
broken = "weird pipewire api stuff"
4242

43-
if self.profile().arch in ["loongarch64"]:
44-
broken = "cannot find value `MADV_SOFT_OFFLINE` in module `c`"
45-
4643
if self.profile().arch in ["ppc64le", "riscv64"]:
4744
# fails some xkeyboard stuff mysteriously? FIXME
4845
options += ["!check"]

0 commit comments

Comments
 (0)