Skip to content

Commit

Permalink
centos-fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Feb 9, 2024
1 parent cb8a400 commit a222c6a
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/legacy-centos-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ jobs:
which \
zlib-devel
#################################

- name: Parse repo and branch information
env:
# We fetch the actual pull request to get the latest body as
Expand Down Expand Up @@ -136,17 +134,14 @@ jobs:
echo SV_REPO=${SV_REPO:-${DEFAULT_SV_REPO}} | tee -a ${GITHUB_ENV}
echo SV_BRANCH=${SV_BRANCH:-${DEFAULT_SV_BRANCH}} | tee -a ${GITHUB_ENV}
- run |
echo "::notice:: LIBHTP_REPO=${LIBHTP_REPO}"
echo "::notice:: LIBHTP_BRANCH=${LIBHTP_BRANCH}"
echo "::notice:: SU_REPO=${SU_REPO}"
echo "::notice:: SU_BRANCH=${SU_BRANCH}"
echo "::notice:: SV_REPO=${SV_REPO}"
echo "::notice:: SV_BRANCH=${SV_BRANCH}"

#################################

- name: Install cbindgen
run: |
cargo install --force --debug cbindgen
Expand Down Expand Up @@ -180,13 +175,10 @@ jobs:
- run: make install
- run: make install-conf
- run: make distcheck
env:
MAKEFLAGS: "-j ${{ env.CPUS }}"
- run: make clean
- run: make -j ${{ env.CPUS }}
- uses: actions/download-artifact@v3
with:
name: prep
path: prep
- run: tar xf prep/suricata-verify.tar.gz
- run: python3 ./suricata-verify/run.py -q --debug-failed
- run: suricata-update -V
- run: suricatasc -h

0 comments on commit a222c6a

Please sign in to comment.