SHA256
1
0
forked from pool/guile

Accepting request 866121 from openSUSE:Factory:RISCV

- Skip test-stack-overflow on qemu builds

OBS-URL: https://build.opensuse.org/request/show/866121
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=118
This commit is contained in:
Jonathan Brielmaier 2021-01-26 17:12:10 +00:00 committed by Git OBS Bridge
parent 627b12875a
commit 6e9c069fe8
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 22 12:59:58 UTC 2021 - Andreas Schwab <schwab@suse.de>
- Skip test-stack-overflow on qemu builds
-------------------------------------------------------------------
Sat Jan 9 22:11:42 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -106,6 +106,11 @@ linked in as a library when building extensible programs.
# remove broken prebuilt objects
rm -r prebuilt/32-bit-big-endian
%if 0%{?qemu_user_space_build}
# QEMU ignores rlimit requests for setting RLIMIT_AS
echo exit 77 > test-suite/standalone/test-stack-overflow
%endif
%build
%configure \
--disable-static \