Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Simple makefile + dockerfile setup for gentoo package testing.

Notifications You must be signed in to change notification settings

gyakovlev/gendo

Repository files navigation

GENDO (Gentoo + Docker) setup

this is in very early stages, there are bugs, inflexibility. Very early stage.

Usage

Idea is to wrap docker into Makefile and use to build/test/package gentoo ebuilds.

General workflow idea:

make glibc-pkg - emits glibc binary package to local directory.

make ms-gsl - installs all ms-gsl (test)deps and runst testsuite.

git diff > local.diff
make mesa

NIY:^ apply local.diff patch to gentoo repository and run tests for mesa

Required docker options in daemon.json:

{
    "experimental": true,
    "features": { "buildkit": true }
}

About

Simple makefile + dockerfile setup for gentoo package testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published