diff options
| author | Eli Schwartz <eschwartz93@gmail.com> | 2025-01-28 16:25:57 -0500 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-10-29 05:13:19 +0000 |
| commit | af27c3630c623e5a04340ae10e6b4c1415d079b0 (patch) | |
| tree | 3ca464b33ec73fe1fd78f9f533f9e213312275fb /ci | |
| parent | f517487e73b1a51f66696eb5e8ce5d1a92247400 (diff) | |
| download | meson-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-x | ci/ciimage/gentoo/install.sh | 1 |
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 |
