File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2720,78 +2720,6 @@ jobs:
27202720 - run : suricata-update -V
27212721 - run : suricatasc -h
27222722
2723- debian-10 :
2724- name : Debian 10
2725- runs-on : ubuntu-latest
2726- container : debian:10
2727- needs : [prepare-deps, prepare-cbindgen]
2728- steps :
2729- # Cache Rust stuff.
2730- - name : Cache cargo registry
2731- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
2732- with :
2733- path : ~/.cargo/registry
2734- key : cargo-registry
2735-
2736- - name : Determine number of CPUs
2737- run : echo CPUS=$(nproc --all) >> $GITHUB_ENV
2738-
2739- - run : |
2740- apt update
2741- apt -y install \
2742- automake \
2743- autoconf \
2744- build-essential \
2745- ccache \
2746- curl \
2747- git \
2748- hwloc \
2749- libhwloc-dev \
2750- jq \
2751- libpcre2-dev \
2752- libpcap-dev \
2753- libnet1-dev \
2754- libyaml-0-2 \
2755- libyaml-dev \
2756- libcap-ng-dev \
2757- libcap-ng0 \
2758- libmagic-dev \
2759- libjansson-dev \
2760- libgeoip-dev \
2761- libhiredis-dev \
2762- libevent-dev \
2763- libtool \
2764- m4 \
2765- make \
2766- python3-yaml \
2767- pkg-config \
2768- sudo \
2769- zlib1g \
2770- zlib1g-dev \
2771- clang \
2772- libelf-dev
2773- - name : Install Rust
2774- run : curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_KNOWN -y
2775- - run : echo "$HOME/.cargo/bin" >> $GITHUB_PATH
2776- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2777- - run : git config --global --add safe.directory /__w/suricata/suricata
2778- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
2779- with :
2780- name : prep
2781- path : prep
2782- - run : tar xf prep/suricata-update.tar.gz
2783- - uses : ./.github/actions/install-cbindgen
2784- - run : ./autogen.sh
2785- - run : CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-warnings --enable-unittests --enable-fuzztargets
2786- - run : make -j ${{ env.CPUS }}
2787- - run : make check
2788- - run : tar xf prep/suricata-verify.tar.gz
2789- - name : Running suricata-verify
2790- run : python3 ./suricata-verify/run.py -q --debug-failed
2791- - run : make install
2792- - run : suricata-update -V
2793- - run : suricatasc -h
2794-
27952723 macos-latest :
27962724 name : MacOS Latest
27972725 runs-on : macos-latest
You can’t perform that action at this time.
0 commit comments