Message ID | 9effe8f3d05b7316f72513c80126c5c6cda9a2d5.1727435624.git.marcel@van-der-boom.nl |
---|---|
State | New |
Headers | show |
Series | [bug#73514] gnu: lib2geom: Skip a test on ppc64le | expand |
user guix usertag 73514 + reviewed-looks-good thanks Guix QA review form submission: Items marked as checked: Lint warnings, Commit messages
Marcel van der Boom <marcel@van-der-boom.nl> skribis: > * gnu/packages/graphics.scm (lib2geom)[arguments]: When building for > ppc64le-linux add a phase to skip a test known to fail upstream. Applied, thanks!
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 7ed5cdc92d..b32ac118c9 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -964,7 +964,8 @@ (define-public lib2geom (("self-intersections-test") "")))))) ;; See https://gitlab.com/inkscape/lib2geom/-/issues/63 ((or (target-aarch64?) - (target-riscv64?)) + (target-riscv64?) + (target-ppc64le?)) #~((add-after 'unpack 'fix-aarch64-faulty-test (lambda _ (substitute* "tests/CMakeLists.txt"