]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
github: Delete the tests folder before bootstrap 54/head
authorTom Hromatka <tom.hromatka@oracle.com>
Tue, 6 Jul 2021 15:16:09 +0000 (09:16 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 6 Jul 2021 15:16:09 +0000 (09:16 -0600)
commit5e5ab9314aeeb179556da941806a975270533c69
tree28771827deef07edf8001f688397865ea6c5df98
parent0eaabb200f57b18592847fb0a46c5ac98cda0348
github: Delete the tests folder before bootstrap

On self-hosted github machines, the working directory for
libcgroup is reused from one run to the next.  This is fine
for the root of the directory as the proper git clean/reset
commands are issues.  But this is problematic for the git
submodules like the tests/ folder because clean/reset is nott
run there.

Remove the tests/ directory entirely and rely on ./bootstrap.sh
to recreate and populate it.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
.github/actions/setup-libcgroup/action.yml