From 81a3ac92060e1d5e2e93df372020f31a4e2f8fe8 Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Fri, 15 Aug 2025 17:59:27 +0200 Subject: [PATCH] support/testing: test_numactl: fix test after bootlin toolchains update Since Buildroot commit [1] "update to Bootlin toolchains 2025.08-1", the tests.package.test_numactl fails to build its Kernel 6.1.75 with gcc 15.1.0. This commit fixes the issue by updating the test Kernel version to the latest 6.1.y version (6.1.148 at the time of this commit) which includes the fix for gcc-15. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/10984686336 [1] https://gitlab.com/buildroot.org/buildroot/-/commit/947dbc92a20c5acea7882166cae7893e6ea661e1 Signed-off-by: Julien Olivain Signed-off-by: Thomas Petazzoni (cherry picked from commit cc0812b6eb69b3f696a6bbb5e24014cf3374cac5) Signed-off-by: Thomas Perale --- support/testing/tests/package/test_numactl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/testing/tests/package/test_numactl.py b/support/testing/tests/package/test_numactl.py index 2ef9eb3635..218f53c262 100644 --- a/support/testing/tests/package/test_numactl.py +++ b/support/testing/tests/package/test_numactl.py @@ -17,7 +17,7 @@ class TestNumaCtl(infra.basetest.BRTest): BR2_TOOLCHAIN_EXTERNAL=y BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y - BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.75" + BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.148" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux.config" BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="{kernel_fragment}"