Skip to content

Commit

Permalink
ci: gentoo: more GCC USE tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Dec 20, 2024
1 parent 4c5924e commit 6959100
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ci/ciimage/gentoo/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,13 @@ cat <<-EOF > /etc/portage/package.use/ci
dev-lang/rust clippy rustfmt
dev-lang/rust-bin clippy rustfmt
dev-libs/boost python
sys-devel/gcc d
# Needed to get the binpkg for gcc[d] (and maybe we'll have Ada
# support in Meson one day, anyway)
sys-devel/gcc ada pgo lto
# 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-13 ada objc objc++
sys-devel/gcc pgo lgo
sys-libs/zlib static-libs
EOF

Expand Down

0 comments on commit 6959100

Please sign in to comment.