Skip to content

Commit

Permalink
CI: accept testing keyword for openrc
Browse files Browse the repository at this point in the history
Since the recent pkg-config changes to openrc to enable libpath
are not yet keyworded, but we hard depend on that as a minimum
version, enable the testing keyword so that our build containers
are able satisfy dependencies.
  • Loading branch information
Kangie committed Sep 10, 2024
1 parent 88e7690 commit f0d5cd6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gentoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
- name: Install dependencies
run: >
emerge-webrsync && getuto &&
echo "sys-apps/openrc" > /etc/portage/package.accept_keywords/openrc &&
echo "sys-boot/plymouth-openrc-plugin" > /etc/portage/package.accept_keywords/foo &&
echo "dev-python/pillow truetype" > /etc/portage/package.use/pillow &&
USE="-harfbuzz" emerge media-libs/freetype &&
emerge --autounmask-continue --getbinpkg --onlydeps sys-boot/plymouth-openrc-plugin &&
emerge --autounmask-continue --getbinpkg --onlydeps sys-boot/plymouth-openrc-plugin sys-apps/openrc &&
emerge --getbinpkg dev-vcs/git
- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -32,10 +33,11 @@ jobs:
- name: Install dependencies
run: >
emerge-webrsync && getuto &&
echo "sys-apps/openrc" > /etc/portage/package.accept_keywords/openrc &&
echo "sys-boot/plymouth-openrc-plugin" > /etc/portage/package.accept_keywords/foo &&
echo "dev-python/pillow truetype" > /etc/portage/package.use/pillow &&
USE="-harfbuzz" emerge media-libs/freetype &&
emerge --autounmask-continue --getbinpkg --onlydeps sys-boot/plymouth-openrc-plugin &&
emerge --autounmask-continue --getbinpkg --onlydeps sys-boot/plymouth-openrc-plugin sys-apps/openrc &&
emerge --getbinpkg sys-devel/clang sys-devel/lld dev-vcs/git &&
env-update
- name: Check out repository code
Expand Down

0 comments on commit f0d5cd6

Please sign in to comment.