Hi, About this commit:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=89de1924cb535fc2c97d3654e21badaebd43518e > + ,@(if (string=? "i686-linux" (%current-system)) > + '((add-after 'skip-more-tests 'skip-failing-tests-i686 > + (lambda _ > + (substitute* '("testsuite/tests/codeGen/should_compile/all.T") > + (("(test\\('T15155l', )when\\(unregisterised\\(\\), skip\\)" all before) > + (string-append before "when(arch('i386'), skip)")))))) > + '()))))) Barring any reports of the contrary, I'd presume the same would apply for the Hurd. Also, %current-target-system seems more appropriate, though here it doesn't matter because it's only for tests. I suggest: ,@(if (target-x86-64?) '(...) '()) Greetings, Maxime -- not hacking on guix for a while, only occassionally looking at IRC logs and bug reports. E-mails are unsigned until backup is located.
