From: Jason Ish Date: Wed, 10 Feb 2021 15:01:49 +0000 (-0600) Subject: github-ci: run suricata-verify on centos-7 build X-Git-Tag: suricata-7.0.0-beta1~1808 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5840%2Fhead;p=thirdparty%2Fsuricata.git github-ci: run suricata-verify on centos-7 build --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index a861f75b6c..0bd6457faa 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -250,7 +250,7 @@ jobs: name: CentOS 7 runs-on: ubuntu-latest container: centos:7 - needs: centos-8 + needs: [prepare-deps, centos-8] steps: - name: Install system dependencies run: | @@ -280,6 +280,7 @@ jobs: nss-devel \ pcre-devel \ pkgconfig \ + python36-PyYAML \ rust \ sudo \ which \ @@ -302,6 +303,12 @@ jobs: - run: make distcheck - run: make clean - run: make -j2 + - uses: actions/download-artifact@v2 + with: + name: prep + path: prep + - run: tar xf prep/suricata-verify.tar.gz + - run: python3 ./suricata-verify/run.py fedora-33: name: Fedora 33 (debug, clang, asan, wshadow, rust-strict)