Skip to content

Commit

Permalink
ci: gentoo: include sys-devel/gcc[d], bindgen, rust[clippy,rustfmt]
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Dec 20, 2024
1 parent 7a4647b commit e56eea7
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions ci/ciimage/gentoo/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ pkgs_stable=(
dev-lang/vala
dev-lang/python:2.7
dev-java/openjdk-bin
# requires rustfmt, bin rebuild (TODO: file bug)
#dev-util/bindgen
dev-util/bindgen

dev-libs/elfutils
dev-util/gdbus-codegen
Expand Down Expand Up @@ -104,8 +103,16 @@ mkdir /etc/portage/binrepos.conf || true
mkdir /etc/portage/profile || true
cat <<-EOF > /etc/portage/package.use/ci
dev-cpp/gtkmm X
dev-lang/rust clippy rustfmt
dev-lang/rust-bin clippy rustfmt
dev-libs/boost python
# 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 lto
sys-libs/zlib static-libs
EOF

Expand Down

0 comments on commit e56eea7

Please sign in to comment.