Hi!

Our current `mesa' package has this bit:

--8<---------------cut here---------------start------------->8---
         ,@(if (string-prefix? "i686" (%current-system))
               ;; Disable new test from Mesa 19 that fails on i686.  Upstream
               ;; report: <https://bugs.freedesktop.org/show_bug.cgi?id=110612>.
               `((add-after 'unpack 'disable-failing-test
                   (lambda _
                     (substitute* "src/gallium/tests/unit/meson.build"
                       (("'u_format_test',") ""))
                     #t)))
               '())
--8<---------------cut here---------------end--------------->8---

When I attempt to cross-compile the package from x86-64 to x686, the
faulty test is not disabled and the check phase fails.

If I turn (%current-system) to (%current-target-system) it works.
Should we update the package to use (%current-target-system) then?

Marius?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature

Reply via email to