summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2025-01-28 16:25:57 -0500
committerSam James <sam@gentoo.org>2025-10-29 05:13:19 +0000
commitaf27c3630c623e5a04340ae10e6b4c1415d079b0 (patch)
tree3ca464b33ec73fe1fd78f9f533f9e213312275fb /ci
parentf517487e73b1a51f66696eb5e8ce5d1a92247400 (diff)
downloadmeson-af27c3630c623e5a04340ae10e6b4c1415d079b0.tar.gz
ci: gentoo: don't accept unstable python-exec
Currently what this does is permit freethreaded builds, which are stablemasked but not masked, which means we get a binpackage cache miss for something we frankly very much do not care about at all. We can and do unmask implementations themselves later on in this file, which should handle all this for us anyway.
Diffstat (limited to 'ci')
-rwxr-xr-xci/ciimage/gentoo/install.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/ciimage/gentoo/install.sh b/ci/ciimage/gentoo/install.sh
index 7d4bc6757..796268445 100755
--- a/ci/ciimage/gentoo/install.sh
+++ b/ci/ciimage/gentoo/install.sh
@@ -101,7 +101,6 @@ printf "%s\n" ${pkgs_latest[@]} >> /etc/portage/package.accept_keywords/meson
cat /etc/portage/package.accept_keywords/meson
cat <<-EOF > /etc/portage/package.accept_keywords/misc
- dev-lang/python-exec
dev-lang/python
EOF