From: Serge Hallyn Date: Sun, 26 Dec 2021 17:51:21 +0000 (-0600) Subject: remove broken github actions X-Git-Tag: v4.11~12^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a7404c7a7522ace1c9e3a8d80e2af5088ae958;p=thirdparty%2Fshadow.git remove broken github actions Signed-off-by: Serge Hallyn --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index a84b9987c..000000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,43 +0,0 @@ -name: CI - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: debug - run: | - id - which bash - whoami - env - ps -ef - pwd - cat /proc/self/uid_map - cat /proc/self/status - systemd-detect-virt - - name: Install dependencies - run: | - sudo apt-get update - sudo apt-get -y install automake autopoint xsltproc gettext expect byacc libtool - - name: configure - run: | - ./autogen.sh --without-selinux --disable-man - grep ENABLE_ config.status - - run: make - - run: make install DESTDIR=${HOME}/rootfs - - run: sudo make install - - run: | - cd tests - sudo ./run_some - cat testsuite.log