From 82ecf64fe6a58422fd90134062ba273736386f92 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 10 Feb 2021 09:01:49 -0600 Subject: [PATCH] github-ci: run suricata-verify on centos-7 build --- .github/workflows/builds.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index a861f75b6ce5..0bd6457faa70 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)