gnu: guile: Fix tests on emulated architectures.
authorMathieu Othacehe <othacehe@gnu.org>
Mon, 11 Jan 2021 10:29:00 +0000 (11:29 +0100)
committerMathieu Othacehe <othacehe@gnu.org>
Mon, 11 Jan 2021 11:06:12 +0000 (12:06 +0100)
commit21cf0d36db9f02b3da976088b5ab466822d16625
tree913e347c63bdf5d3c578d4be0d0ed8b166a7d339
parentb54b3f5419849286611279231d8a2c61d3e935b4
gnu: guile: Fix tests on emulated architectures.

The stack overflow test limits the virtual memory size using setrlimit with
RLIMIT_AS argument. This is ignored when using QEMU transparent emulation,
causing the test to crash.

* gnu/packages/patches/guile-2.2-skip-so-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/guile.scm (guile-3.0-latest): Add it.
gnu/local.mk
gnu/packages/guile.scm
gnu/packages/patches/guile-2.2-skip-so-test.patch [new file with mode: 0644]