From: Victor Julien Date: Thu, 10 Feb 2022 11:41:55 +0000 (+0100) Subject: github: remove xenial build X-Git-Tag: suricata-7.0.0-beta1~910 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1be27cb4548dd920ce386f53b427d6a1d976b03;p=thirdparty%2Fsuricata.git github: remove xenial build --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 84c2eef36e..a76b7ef85e 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -1229,58 +1229,6 @@ jobs: - run: AFL_HARDEN=1 ac_cv_func_realloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes CFLAGS="-fsanitize=address -fno-omit-frame-pointer" CXXFLAGS=$CFLAGS CC=afl-clang-fast CXX=afl-clang-fast++ LDFLAGS="-fsanitize=address" ./configure --enable-fuzztargets --disable-shared - run: AFL_HARDEN=1 make -j2 - # An Ubuntu 16.04 build using the tarball generated in the CentOS 8 - # build above. - ubuntu-16-04: - name: Ubuntu 16.04 - runs-on: ubuntu-latest - container: ubuntu:16.04 - needs: alma-8 - steps: - - name: Install dependencies - run: | - apt update - apt -y install \ - build-essential \ - curl \ - libcap-ng-dev \ - libcap-ng0 \ - libevent-dev \ - libhiredis-dev \ - libjansson-dev \ - libmagic-dev \ - libnet1-dev \ - libnetfilter-queue-dev \ - libnetfilter-queue1 \ - libnfnetlink-dev \ - libnfnetlink0 \ - libpcre2-dev \ - libpcap-dev \ - libyaml-0-2 \ - libyaml-dev \ - make \ - python3-yaml \ - zlib1g \ - zlib1g-dev - - name: Install Rust - run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain ${RUST_VERSION_MIN} -y - - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - - name: Download suricata.tar.gz - uses: actions/download-artifact@f023be2c48cc18debc3bacd34cb396e0295e2869 - with: - name: dist - - name: Extract - run: tar zxvf suricata-*.tar.gz --strip-components=1 - - name: Configure - run: CFLAGS="${DEFAULT_CFLAGS}" ./configure - - name: Build - run: make -j2 - - name: Testing - run: make check - - run: make install - - run: make install-conf - - run: make install-rules - debian-10: name: Debian 10 runs-on: ubuntu-latest