scripts/randomtest: disable CONFIG_FEATURE_MOUNT_NFS for glibc
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 26 Jun 2018 14:01:05 +0000 (16:01 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 26 Jun 2018 14:03:24 +0000 (16:03 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/randomtest

index 6359783380091fe17d485bf7a2f4774534cc987f..19f6634798bc029a3cce7333729d521c7b9e61fb 100755 (executable)
@@ -57,6 +57,7 @@ if test x"$LIBC" = x"glibc"; then
        | grep -v CONFIG_FEATURE_2_4_MODULES \
        | grep -v CONFIG_FEATURE_USE_BSS_TAIL \
        | grep -v CONFIG_DEBUG_SANITIZE \
+       | grep -v CONFIG_FEATURE_MOUNT_NFS \
        >.config.new
        mv .config.new .config
        echo '# CONFIG_STATIC is not set' >>.config
@@ -66,6 +67,8 @@ if test x"$LIBC" = x"glibc"; then
        echo '# CONFIG_FEATURE_2_4_MODULES is not set' >>.config
        echo '# CONFIG_FEATURE_USE_BSS_TAIL is not set' >>.config
        echo '# CONFIG_DEBUG_SANITIZE is not set' >>.config
+       # 2018: current glibc versions no longer include rpc/rpc.h
+       echo '# CONFIG_FEATURE_MOUNT_NFS is not set' >>.config
 fi
 
 # If uclibc, build static, and remove some things