From 3ea33f5e4756c9bdb5b9f0535b1acf46e392202b Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 2 Dec 2020 13:31:52 +0100 Subject: [PATCH] github-ci: CentOS 6 is EOL --- .github/workflows/builds.yml | 42 ------------------------------------ 1 file changed, 42 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index f7a68210b0a1..a3fb5ddbcca1 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -267,48 +267,6 @@ jobs: - run: make clean - run: make -j2 - centos-6: - name: CentOS 6 - runs-on: ubuntu-latest - container: centos:6 - needs: centos-8 - steps: - - name: Install Rust - run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.34.2 -y - - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - - name: Install system dependencies - run: | - yum -y install epel-release - yum -y install \ - file-devel \ - gcc \ - gcc-c++ \ - jq \ - jansson-devel \ - make \ - libyaml-devel \ - libpcap-devel \ - pcre-devel \ - python34-PyYAML \ - nss-devel \ - sudo \ - which \ - zlib-devel - - name: Download suricata.tar.gz - # Can't use @v2 here as it uses a binary that requires a newer - # glibc than provided by CentOS 6. - uses: actions/download-artifact@v1 - with: - name: dist - - run: tar xvf dist/suricata-*.tar.gz --strip-components=1 - - run: CFLAGS="${DEFAULT_CFLAGS}" ./configure - - run: make -j2 - - run: make install - - run: make install-conf - - name: Building Rust documentation - run: make doc - working-directory: rust - fedora-32: name: Fedora 32 (debug, clang, asan, wshadow, rust-strict) runs-on: ubuntu-latest