mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
profiles: Mask sys-devel/gcc versions that are stable only on one arch
This commit is contained in:
parent
d51554d27d
commit
c694ab958f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user