summaryrefslogtreecommitdiff
path: root/tools/testing
diff options
context:
space:
mode:
authorThomas Weißschuh <linux@weissschuh.net>2026-04-09 00:03:58 +0300
committerThomas Weißschuh <linux@weissschuh.net>2026-04-10 00:25:45 +0300
commitb070dc36291fec966ad915f80a4f239b5c70c290 (patch)
treed40cd571b09f8b1be0907b74de00cdf1e62da5c0 /tools/testing
parent3495279d05d62b07d7594c75d4380f51d04410dd (diff)
downloadlinux-b070dc36291fec966ad915f80a4f239b5c70c290.tar.xz
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 <linux@weissschuh.net> Link: https://patch.msgid.link/20260408-nolibc-gcc-15-v1-3-330d0c40f894@weissschuh.net
Diffstat (limited to 'tools/testing')
-rwxr-xr-xtools/testing/selftests/nolibc/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/nolibc/run-tests.sh b/tools/testing/selftests/nolibc/run-tests.sh
index 3917cfb8fdc4..cd439096fdf3 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}"