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:
parent
627b12875a
commit
6e9c069fe8
@ -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>
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user