commit:     9bca369b877728f57e687bc6d6f449872da8ad38
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Sun Sep 14 18:19:42 2025 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Sep 19 16:26:37 2025 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=9bca369b

diskimage-qemu: mask latest glibc

Copied over the p.mask for the latest version of glibc which
is known to cause issue with qemu builds for now.

Also copied the dev-lang/rust mask to use rust-bin to save time.
Not needed yet, but I'm sure the day will come so we are ready for it.

Bug: https://bugs.gentoo.org/961307
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 releases/portage/diskimage-qemu/package.mask/releng/glibc | 5 +++++
 releases/portage/diskimage-qemu/package.mask/releng/rust  | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/releases/portage/diskimage-qemu/package.mask/releng/glibc 
b/releases/portage/diskimage-qemu/package.mask/releng/glibc
new file mode 100644
index 00000000..004eb877
--- /dev/null
+++ b/releases/portage/diskimage-qemu/package.mask/releng/glibc
@@ -0,0 +1,5 @@
+# preemptively...
+# new glibc tends to lead to trouble with sandbox (and qemu),
+# especially for the unstable arches
+#
+>=sys-libs/glibc-2.42

diff --git a/releases/portage/diskimage-qemu/package.mask/releng/rust 
b/releases/portage/diskimage-qemu/package.mask/releng/rust
new file mode 100644
index 00000000..7a6ca641
--- /dev/null
+++ b/releases/portage/diskimage-qemu/package.mask/releng/rust
@@ -0,0 +1,2 @@
+# force using rust-bin (this affects only "desktop stages")
+dev-lang/rust

Reply via email to