Skip to content

Commit

Permalink
ci: gentoo: don't accept unstable python-exec
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eli-schwartz committed Jan 28, 2025
1 parent 94b780e commit 827332e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/ciimage/gentoo/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,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

Expand Down

0 comments on commit 827332e

Please sign in to comment.