Message ID | bee23551bc8c55d0980ad71449fa65bf9076af44.1712491898.git.roman@burningswell.com |
---|---|
State | New |
Headers | show |
Series | [bug#70257] gnu: babl: Disable failing test on aarch64. | expand |
Roman Scherer <roman@burningswell.com> writes: > * gnu/packages/gimp.scm (babl): Disable failing test on aarch64. > > Change-Id: Icf2c2a9ea5986149902f741f96d1847d2403c1f4 > --- > gnu/packages/gimp.scm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) QA doesn't show any test failure being fixed. Do you see this happening just some of the time, or only in some situations? Also, can you include more information in the commit/a comment about the specific failure? Thanks, Chris
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index b458a6397c..bcc18ad3cf 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -193,8 +193,16 @@ (define-public babl "0x8lxvnhfpssj84x47y3y06vsvhd5afb9jknw38c8ymbxafzxpi6")))) (build-system meson-build-system) (arguments - `(#:configure-flags - (list "-Dwith-docs=false"))) + (list + #:configure-flags #~(list "-Dwith-docs=false") + #:phases + #~(modify-phases %standard-phases + #$@(if (target-aarch64?) + #~((add-after 'unpack 'disable-failing-test + (lambda _ + (substitute* "tests/meson.build" + (("'float-to-8bit',") ""))))) + '())))) (native-inputs (list gobject-introspection pkg-config vala)) (propagated-inputs