Accepting request 981499 from home:Andreas_Schwab:Factory

- Set SUSE_ZNOW=0

OBS-URL: https://build.opensuse.org/request/show/981499
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=617
This commit is contained in:
Andreas Schwab 2022-06-09 12:04:12 +00:00 committed by Git OBS Bridge
parent 81fec1e654
commit 5e378213bf
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 9 12:01:07 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Set SUSE_ZNOW=0
-------------------------------------------------------------------
Wed Jun 8 13:32:57 UTC 2022 - Andreas Schwab <schwab@suse.de>

View File

@ -560,6 +560,8 @@ esac
# Before enabling it, run the testsuite and verify that it
# passes completely
export SUSE_ASNEEDED=0
# This is controlled by --enable-bind-now.
export SUSE_ZNOW=0
# Adjust glibc version.h
echo "#define CONFHOST \"${target}\"" >> version.h
echo "#define GITID \"%{git_id}\"" >> version.h
@ -718,6 +720,8 @@ make %{?_smp_mflags} -C cc-base html
%if %{build_testsuite}
# The testsuite will fail if asneeded is used
export SUSE_ASNEEDED=0
# The testsuite will fail if -znow is used
export SUSE_ZNOW=0
# Increase timeout
export TIMEOUTFACTOR=16
# The testsuite does its own malloc checking