diff options
| author | Sam James <sam@gentoo.org> | 2025-07-01 01:45:50 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-07-01 01:45:50 +0100 |
| commit | 1e6986b99d1b3f615987d6984301b3e9f1639090 (patch) | |
| tree | 26bf99a09933fe5633248447403a2f9a09cea236 /ci/ciimage | |
| parent | 68d29ef7f62df5481aa4de8eaf421f25243f4cb2 (diff) | |
| download | meson-1e6986b99d1b3f615987d6984301b3e9f1639090.tar.gz | |
ci: gentoo: enable sys-devel/gcc[jit] to get binpkg
See https://github.com/mesonbuild/meson/issues/14756#issuecomment-3020599903.
When I changed Gentoo's binhost.git in a117703e74dfabc6972911504453c2492c11dead,
I'd forgot that we match those settings in Meson's CI builder, so we've
not been able to take advantage of the binpkg since then.
Diffstat (limited to 'ci/ciimage')
| -rwxr-xr-x | ci/ciimage/gentoo/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ciimage/gentoo/install.sh b/ci/ciimage/gentoo/install.sh index 30b0299da..909a5954d 100755 --- a/ci/ciimage/gentoo/install.sh +++ b/ci/ciimage/gentoo/install.sh @@ -108,7 +108,7 @@ cat <<-EOF > /etc/portage/package.use/ci # Some of these settings are needed just to get the binpkg but # aren't negative to have anyway - sys-devel/gcc ada d + sys-devel/gcc ada d jit >=sys-devel/gcc-13 ada objc objc++ sys-devel/gcc pgo lto |
