From 7c443d110d4dc51ba48bad8ed1427716b754bf2e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 24 Jun 2020 00:27:37 +0200 Subject: randomconfig fixes Signed-off-by: Denys Vlasenko --- scripts/randomtest | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/randomtest b/scripts/randomtest index ec2f095b2..76550d267 100755 --- a/scripts/randomtest +++ b/scripts/randomtest @@ -117,6 +117,7 @@ fi if test x"$LIBC" = x"musl"; then cat .config \ | grep -v CONFIG_STATIC \ + | grep -v CONFIG_DEBUG_SANITIZE \ | grep -v CONFIG_LFS \ | grep -v CONFIG_EXTRA_COMPAT \ | grep -v CONFIG_FEATURE_2_4_MODULES \ @@ -126,6 +127,8 @@ if test x"$LIBC" = x"musl"; then >.config.new mv .config.new .config echo 'CONFIG_STATIC=y' >>.config + # "error: cannot specify -static with -fsanitize=address": + echo '# CONFIG_DEBUG_SANITIZE is not set' >>.config # with LFS off, uoff_t will have wrong width: echo 'CONFIG_LFS=y' >>.config echo '# CONFIG_EXTRA_COMPAT is not set' >>.config -- cgit v1.2.3