From 37f572461a846fcb9e323e81159df843479c27ef Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Wed, 30 Jun 2021 17:26:01 +0200 Subject: [PATCH] sys-libs/glibc-2.33: mask for now to un-break build We experience an issue with glibc-2.33 which causes all binaries in the OS image to end up not stripped, which would increase the size of the OS image threefold. The change masks glibc-2.33 for all architectures, so the build will default on glibc-2.32 until we have fixed the issue. Signed-off-by: Thilo Fromm --- .../coreos-overlay/sys-libs/glibc/glibc-2.33-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/glibc/glibc-2.33-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-libs/glibc/glibc-2.33-r1.ebuild index cf9fea7919..173d01ca03 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/glibc/glibc-2.33-r1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-libs/glibc/glibc-2.33-r1.ebuild @@ -23,7 +23,7 @@ PATCH_DEV=dilfridge if [[ ${PV} == 9999* ]]; then inherit git-r3 else - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" SRC_URI="mirror://gnu/glibc/${P}.tar.xz" SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz" fi