ci: add gentoo binhost

This commit is contained in:
Maciej Barć 2020-09-04 17:46:53 +02:00
parent 2a5645e74d
commit 1635bbee8a
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 3 additions and 1 deletions

View File

@ -7,9 +7,11 @@ before_script:
- mkdir -p /var/cache/distfiles
- mkdir -p /var/db/repos/gentoo
- emerge-webrsync
- export PORTAGE_BINHOST="https://xgqt.gitlab.io/gentoo-mini-mirror/binpkgs"
- export FEATURES="getbinpkg"
- export MAKEOPTS="--jobs=10"
- export USE="-perl"
- emerge -1 -q --jobs=10 --noreplace app-portage/repoman dev-vcs/git net-misc/wget
- emerge -1nq --jobs=10 app-portage/repoman dev-vcs/git net-misc/wget
- wget "https://gitlab.com/src_prepare/scripts/-/raw/master/src/repomanci" -O /usr/bin/repomanci
- chmod 777 /usr/bin/repomanci