From: Victor Julien Date: Mon, 17 Jan 2022 11:41:04 +0000 (+0100) Subject: ci: remove fedora 31 build as its eol X-Git-Tag: suricata-5.0.9~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29aa7144b46b904d719c39af8299008aa8e62039;p=thirdparty%2Fsuricata.git ci: remove fedora 31 build as its eol --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 5a816db592..f283d885b8 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -371,71 +371,6 @@ jobs: - run: test ! -e /usr/local/lib/libsuricata_c.a - run: test ! -e /usr/local/include/suricata - fedora-31: - name: Fedora 31 - runs-on: ubuntu-latest - container: fedora:31 - needs: prep - steps: - - # Cache Rust stuff. - - name: Cache cargo registry - uses: actions/cache@v1 - with: - path: ~/.cargo/registry - key: cargo-registry - - - run: | - dnf -y install \ - autoconf \ - automake \ - cargo \ - ccache \ - diffutils \ - file-devel \ - gcc \ - gcc-c++ \ - git \ - jansson-devel \ - jq \ - lua-devel \ - libtool \ - libyaml-devel \ - libnfnetlink-devel \ - libnetfilter_queue-devel \ - libnet-devel \ - libcap-ng-devel \ - libevent-devel \ - libmaxminddb-devel \ - libpcap-devel \ - libtool \ - lz4-devel \ - make \ - nspr-devel \ - nss-devel \ - nss-softokn-devel \ - pcre-devel \ - pkgconfig \ - python3-yaml \ - sudo \ - which \ - zlib-devel - - uses: actions/checkout@v1 - - uses: actions/download-artifact@v2 - with: - name: prep - path: prep - - run: git clone https://github.com/OISF/libhtp -b 0.5.x - - run: ./autogen.sh - - run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-unittests - - run: make -j2 - - run: make check - - run: make distcheck - - name: Extracting suricata-verify - run: tar xf prep/suricata-verify.tar.gz - - name: Running suricata-verify - run: python3 ./suricata-verify/run.py --quiet - ubuntu-20-04: name: Ubuntu 20.04 (no nss, no nspr) runs-on: ubuntu-latest