From: Tom Hromatka Date: Fri, 16 Sep 2022 17:34:28 +0000 (-0600) Subject: github: Don't delete the tests/ subdir X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c217a26a564cdf46b7fbf94a7293d4bb894b840f;p=thirdparty%2Flibcgroup.git github: Don't delete the tests/ subdir Now that the tests are part of the libcgroup git repo, don't delete the tests/ subdirectory. Signed-off-by: Tom Hromatka (cherry picked from commit eee4b0332e4c6c6d9074d8b17481970940dc6294) --- diff --git a/.github/actions/setup-libcgroup/action.yml b/.github/actions/setup-libcgroup/action.yml index b0c3a1d8..4c513c88 100644 --- a/.github/actions/setup-libcgroup/action.yml +++ b/.github/actions/setup-libcgroup/action.yml @@ -1,7 +1,7 @@ # # Action to setup the libcgroup directory # -# Copyright (c) 2020 Oracle and/or its affiliates. +# Copyright (c) 2020-2022 Oracle and/or its affiliates. # Author: Tom Hromatka # @@ -30,8 +30,6 @@ runs: shell: bash - run: sudo pip install cython shell: bash - - run: rm -fr tests/ - shell: bash - run: ./bootstrap.sh shell: bash - run: CFLAGS="$CFLAGS -g -O0 -Werror" ./configure --sysconfdir=/etc --localstatedir=/var --enable-code-coverage --enable-opaque-hierarchy="name=systemd" --enable-python