Skip to content

Commit 290b230

Browse files
jasonishjufajardini
authored andcommitted
github-ci: remove debian:10 build, it is EOL
(cherry picked from commit 2e69e0d)
1 parent 073183d commit 290b230

1 file changed

Lines changed: 0 additions & 70 deletions

File tree

.github/workflows/builds.yml

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -2221,76 +2221,6 @@ jobs:
22212221
- run: suricata-update -V
22222222
- run: suricatasc -h
22232223

2224-
debian-10:
2225-
name: Debian 10
2226-
runs-on: ubuntu-latest
2227-
container: debian:10
2228-
needs: [prepare-deps, prepare-cbindgen]
2229-
steps:
2230-
# Cache Rust stuff.
2231-
- name: Cache cargo registry
2232-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
2233-
with:
2234-
path: ~/.cargo/registry
2235-
key: cargo-registry
2236-
2237-
- run: |
2238-
apt update
2239-
apt -y install \
2240-
automake \
2241-
autoconf \
2242-
build-essential \
2243-
ccache \
2244-
curl \
2245-
git \
2246-
jq \
2247-
libpcre2-dev \
2248-
libpcap-dev \
2249-
libnet1-dev \
2250-
libyaml-0-2 \
2251-
libyaml-dev \
2252-
libcap-ng-dev \
2253-
libcap-ng0 \
2254-
libmagic-dev \
2255-
libjansson-dev \
2256-
libgeoip-dev \
2257-
liblua5.1-dev \
2258-
libhiredis-dev \
2259-
libevent-dev \
2260-
libtool \
2261-
m4 \
2262-
make \
2263-
python3-yaml \
2264-
pkg-config \
2265-
sudo \
2266-
zlib1g \
2267-
zlib1g-dev \
2268-
clang \
2269-
libbpf-dev \
2270-
libelf-dev
2271-
- name: Install Rust
2272-
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_KNOWN -y
2273-
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
2274-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
2275-
- run: git config --global --add safe.directory /__w/suricata/suricata
2276-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
2277-
with:
2278-
name: prep
2279-
path: prep
2280-
- run: tar xf prep/libhtp.tar.gz
2281-
- run: tar xf prep/suricata-update.tar.gz
2282-
- uses: ./.github/actions/install-cbindgen
2283-
- run: ./autogen.sh
2284-
- run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-unittests --enable-fuzztargets --enable-ebpf --enable-ebpf-build
2285-
- run: make -j2
2286-
- run: make check
2287-
- run: tar xf prep/suricata-verify.tar.gz
2288-
- name: Running suricata-verify
2289-
run: python3 ./suricata-verify/run.py -q --debug-failed
2290-
- run: make install
2291-
- run: suricata-update -V
2292-
- run: suricatasc -h
2293-
22942224
macos-latest:
22952225
name: MacOS Latest
22962226
runs-on: macos-latest

0 commit comments

Comments
 (0)