Skip to content

Commit

Permalink
tests: Hack Gentoo build
Browse files Browse the repository at this point in the history
About a month ago, vala fell out of umockdev's build dependencies.
Explicitly install it.
  • Loading branch information
martinpitt committed Nov 1, 2024
1 parent f5c3a2e commit 944d24b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/run-gentoo
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ $RUNC run --interactive ${OPTS:-} \
echo 'FEATURES="\${FEATURES} binpkg-request-signature"' >> /etc/portage/make.conf
# install build dependencies
ACCEPT_KEYWORDS="~*" emerge dev-util/umockdev --with-test-deps --onlydeps --getbinpkg
# HACK: for some reason not part of build deps any more
emerge --getbinpkg dev-lang/vala
# install git, "meson dist" dependency
emerge --getbinpkg dev-vcs/git
Expand Down

0 comments on commit 944d24b

Please sign in to comment.