Skip to content

Commit

Permalink
github-ci: run suricata-verify on centos-7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish authored and victorjulien committed Feb 12, 2021
1 parent 3ada5e1 commit 82ecf64
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -280,6 +280,7 @@ jobs:
nss-devel \
pcre-devel \
pkgconfig \
python36-PyYAML \
rust \
sudo \
which \
Expand All @@ -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)
Expand Down

0 comments on commit 82ecf64

Please sign in to comment.