update CI to use purpose built container
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
bf0f18d629
commit
bf9eec23e5
@ -21,28 +21,15 @@
|
|||||||
# Licensed under the GNU GPL v2 License
|
# Licensed under the GNU GPL v2 License
|
||||||
|
|
||||||
|
|
||||||
image: gentoo/stage3:amd64
|
image: registry.gitlab.com/src_prepare/gentoo-repoman-container:latest
|
||||||
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
FEATURES: "getbinpkg"
|
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
MAKEOPTS: "--jobs=10"
|
|
||||||
PORTAGE_BINHOST: "https://xgqt.gitlab.io/gentoo-mini-mirror/binpkgs"
|
|
||||||
USE: "-perl"
|
|
||||||
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- 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:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user