From c694ab958ffb4643f85171e0ef715372d3751574 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 24 Jan 2023 15:50:17 +0100 Subject: [PATCH] profiles: Mask sys-devel/gcc versions that are stable only on one arch --- .../coreos-overlay/profiles/coreos/base/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.mask b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.mask index 7d04948e69..68d088c019 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.mask +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.mask @@ -21,3 +21,8 @@ # Python 3.10 is stable in portage-stable, so avoid picking it # up. Drop this when we switch to it. >=dev-lang/python-3.10 + +# sys-devel/gcc-11.3.1_p20221209 is the latest gcc version that is +# stable on both amd64 and arm64. There are newer versions of gcc +# which are stable only on one of them, so mask them. +>sys-devel/gcc-11.3.1_p20221209