update CI to use purpose built container

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2021-04-06 19:33:57 +03:00
parent bf0f18d629
commit bf9eec23e5
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
1 changed files with 1 additions and 14 deletions

View File

@ -21,28 +21,15 @@
# Licensed under the GNU GPL v2 License
image: gentoo/stage3:amd64
image: registry.gitlab.com/src_prepare/gentoo-repoman-container:latest
variables:
FEATURES: "getbinpkg"
GIT_SUBMODULE_STRATEGY: recursive
MAKEOPTS: "--jobs=10"
PORTAGE_BINHOST: "https://xgqt.gitlab.io/gentoo-mini-mirror/binpkgs"
USE: "-perl"
stages:
- test
before_script:
- mkdir -p /var/cache/distfiles
- mkdir -p /var/db/repos/gentoo
- emerge-webrsync
- emerge -1nq --jobs=10 app-portage/repoman dev-vcs/git net-misc/wget
test:
stage: test
script: