We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d1e9f commit c9d185fCopy full SHA for c9d185f
user/niri/template.py
@@ -40,9 +40,6 @@
40
if self.profile().wordsize == 32:
41
broken = "weird pipewire api stuff"
42
43
-if self.profile().arch in ["loongarch64"]:
44
- broken = "cannot find value `MADV_SOFT_OFFLINE` in module `c`"
45
-
46
if self.profile().arch in ["ppc64le", "riscv64"]:
47
# fails some xkeyboard stuff mysteriously? FIXME
48
options += ["!check"]
0 commit comments