diff options
| author | Thomas Weißschuh <linux@weissschuh.net> | 2026-04-09 00:03:58 +0300 |
|---|---|---|
| committer | Thomas Weißschuh <linux@weissschuh.net> | 2026-04-10 00:25:45 +0300 |
| commit | b070dc36291fec966ad915f80a4f239b5c70c290 (patch) | |
| tree | d40cd571b09f8b1be0907b74de00cdf1e62da5c0 /tools/testing | |
| parent | 3495279d05d62b07d7594c75d4380f51d04410dd (diff) | |
| download | linux-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-x | tools/testing/selftests/nolibc/run-tests.sh | 2 |
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}" |
