From: Thomas Perale via buildroot <buildroot@buildroot.org>
To: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Thomas Perale <thomas.perale@mind.be>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 2/3] support/testing/tests/boot/test_grub.py: use glibc toolchain
Date: Thu, 21 Aug 2025 21:21:21 +0200 [thread overview]
Message-ID: <20250821192121.24516-1-thomas.perale@mind.be> (raw)
In-Reply-To: <20250815103002.3871929-3-thomas.petazzoni@bootlin.com>
In reply of:
> Since the recent bump of Bootlin toolchains in
> 947dbc92a20c5acea7882166cae7893e6ea661e1 ("toolchain/toolchain-external/toolchain-external-bootlin:
> update to Bootlin toolchains 2025.08-1"), our grub2 tests are failing
> as the new uClibc toolchains based on gcc 14.x have an issue building
> grub.
>
> Until this issue gets fixed at the uClibc level and since anyway glibc
> is now the default in Buildroot, let's switch to using glibc
> toolchains.
>
> Fixes:
>
> https://gitlab.com/buildroot.org/buildroot/-/jobs/10972858692
> https://gitlab.com/buildroot.org/buildroot/-/jobs/10972858686
> https://gitlab.com/buildroot.org/buildroot/-/jobs/10972858680
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Applied to 2025.02.x & 2025.05.x. Thanks
> ---
> support/testing/tests/boot/test_grub.py | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/support/testing/tests/boot/test_grub.py b/support/testing/tests/boot/test_grub.py
> index 37b7c06143..7ce7066875 100644
> --- a/support/testing/tests/boot/test_grub.py
> +++ b/support/testing/tests/boot/test_grub.py
> @@ -8,7 +8,7 @@ class TestGrubi386BIOS(infra.basetest.BRTest):
> """
> BR2_x86_core2=y
> BR2_TOOLCHAIN_EXTERNAL=y
> - BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_UCLIBC_STABLE=y
> + BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_STABLE=y
> BR2_ROOTFS_POST_BUILD_SCRIPT="board/pc/post-build.sh {}"
> BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
> BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/pc/genimage-bios.cfg"
> @@ -37,7 +37,7 @@ class TestGrubi386EFI(infra.basetest.BRTest):
> """
> BR2_x86_core2=y
> BR2_TOOLCHAIN_EXTERNAL=y
> - BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_UCLIBC_STABLE=y
> + BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_STABLE=y
> BR2_ROOTFS_POST_BUILD_SCRIPT="board/pc/post-build.sh {}"
> BR2_ROOTFS_POST_IMAGE_SCRIPT="board/pc/post-image-efi.sh"
> BR2_LINUX_KERNEL=y
> @@ -88,7 +88,7 @@ class TestGrubX8664EFI(infra.basetest.BRTest):
> BR2_x86_64=y
> BR2_x86_corei7=y
> BR2_TOOLCHAIN_EXTERNAL=y
> - BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_UCLIBC_STABLE=y
> + BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_GLIBC_STABLE=y
> BR2_ROOTFS_POST_BUILD_SCRIPT="board/pc/post-build.sh {}"
> BR2_ROOTFS_POST_IMAGE_SCRIPT="board/pc/post-image-efi.sh"
> BR2_LINUX_KERNEL=y
> --
> 2.50.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2025-08-21 19:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-15 10:29 [Buildroot] [PATCH 0/3] Backport security fixes to grub2 Thomas Petazzoni via buildroot
2025-08-15 10:29 ` [Buildroot] [PATCH 1/3] support/testing/tests/fs/test_iso9660.py: use a more recent toolchain Thomas Petazzoni via buildroot
2025-08-19 2:06 ` Julien Olivain via buildroot
2025-08-19 8:31 ` Thomas Petazzoni via buildroot
2025-08-21 19:21 ` Thomas Perale via buildroot
2025-08-15 10:29 ` [Buildroot] [PATCH 2/3] support/testing/tests/boot/test_grub.py: use glibc toolchain Thomas Petazzoni via buildroot
2025-08-21 19:21 ` Thomas Perale via buildroot [this message]
2025-08-15 10:30 ` [Buildroot] [PATCH 3/3] boot/grub2: add patches to fix numerous CVEs Thomas Petazzoni via buildroot
2025-08-21 19:21 ` Thomas Perale via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250821192121.24516-1-thomas.perale@mind.be \
--to=buildroot@buildroot.org \
--cc=thomas.perale@mind.be \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.