There was an error while loading. Please reload this page.
1 parent 88acb0d commit cf1ced6Copy full SHA for cf1ced6
1 file changed
user/yash/template.py
@@ -22,6 +22,12 @@
22
url = "https://github.com/magicant/yash"
23
source = f"{url}/releases/download/{pkgver}/yash-{pkgver}.tar.xz"
24
sha256 = "a214966f4ff8b293aa5521a4d3ef6e87d707579eee616aa2f8218edaa920d447"
25
+# check may be off
26
+options = []
27
+
28
+if self.profile().arch in ["loongarch64"]:
29
+ # some permissions tests fail, same behavior observed elsewhere
30
+ options += ["!check"]
31
32
33
def post_install(self):
0 commit comments