From: Thomas Weißschuh Date: Wed, 8 Apr 2026 21:03:58 +0000 (+0200) Subject: selftests/nolibc: use gcc 15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b070dc36291fec966ad915f80a4f239b5c70c290;p=thirdparty%2Fkernel%2Flinux.git selftests/nolibc: use gcc 15 Newer compilers tend to detect more problematic code. Update the testsuite to use gcc 15.2.0 by default. Signed-off-by: Thomas Weißschuh Link: https://patch.msgid.link/20260408-nolibc-gcc-15-v1-3-330d0c40f894@weissschuh.net --- diff --git a/tools/testing/selftests/nolibc/run-tests.sh b/tools/testing/selftests/nolibc/run-tests.sh index 3917cfb8fdc45..cd439096fdf35 100755 --- a/tools/testing/selftests/nolibc/run-tests.sh +++ b/tools/testing/selftests/nolibc/run-tests.sh @@ -7,7 +7,7 @@ set -e trap 'echo Aborting...' 'ERR' -crosstool_version=13.2.0 +crosstool_version=15.2.0 hostarch=x86_64 nproc=$(( $(nproc) + 2)) cache_dir="${XDG_CACHE_HOME:-"$HOME"/.cache}"