]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
github: Add a Github Action to setup the libcgroup directory
authorTom Hromatka <tom.hromatka@oracle.com>
Tue, 15 Dec 2020 20:45:46 +0000 (13:45 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 15 Dec 2020 20:45:46 +0000 (13:45 -0700)
commitf64d2a38ba9b5912583be09b4a51722713bdd0de
treef84014ee4fb48e87dc782d46d01f985a60210ea9
parenta5755bfed16879454cf3c23f1d1da2df127117ad
github: Add a Github Action to setup the libcgroup directory

Add a Github Action to setup the libcgroup directory.
This action installs the required dependencies, run
bootstrap.sh, runs configure, and invokes make.

Since the action is invoked locally (and not via Github
Action's published action mechanism), the repository must
be git cloned prior to running this action.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
.github/actions/setup-libcgroup/action.yml [new file with mode: 0644]