aboutsummaryrefslogtreecommitdiff

g/gnu/packages?id=820bf78cbc487d28457acc6cb790f4cbd7cc49b9'>packages/patches/hdf4-tirpc.patch
test.patch?id=820bf78cbc487d28457acc6cb790f4cbd7cc49b9&showmsg=1'>Expand)
AgeCommit message (Expand)Author
Author
2021-01-11gnu: 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-2.2): Add it. Mathieu Othacehe