Skip to content

Commit

Permalink
main/tinysparql: disable tests on ppc64le for now
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed Sep 29, 2024
1 parent 98b33bb commit 95705bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main/tinysparql/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,15 @@
url = "https://gnome.pages.gitlab.gnome.org/tinysparql"
source = f"$(GNOME_SITE)/tinysparql/{pkgver[:-2]}/tinysparql-{pkgver}.tar.xz"
sha256 = "c0fcda77520f531548b2395137dcd193ee9cde5e222d3c9d273f030d1762a504"
# check may be disabled
options = ["!cross"]


if self.profile().arch == "ppc64le":
# https://gitlab.gnome.org/GNOME/tinysparql/-/issues/474
options += ["!check"]


@subpackage("tinysparql-devel")
def _(self):
self.provides = [self.with_pkgver("tracker-devel")]
Expand Down

0 comments on commit 95705bd

Please sign in to comment.