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 <[email protected]>
  • Loading branch information
thesamesam committed Dec 19, 2024
1 parent 7a4647b commit 086e746
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 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,10 @@ 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
sys-devel/gcc d
sys-libs/zlib static-libs
EOF

Expand Down

0 comments on commit 086e746

Please sign in to comment.