libtool \
lz4-devel \
make \
- nspr-devel \
- nss-devel \
nss-softokn-devel \
pcre-devel \
pkgconfig \
libtool \
lz4-devel \
make \
- nspr-devel \
- nss-devel \
nss-softokn-devel \
pcre-devel \
pkgconfig \
libtool \
lz4-devel \
make \
- nspr-devel \
- nss-devel \
nss-softokn-devel \
pcre-devel \
pkgconfig \
chmod 755 $HOME/.cargo/bin/cbindgen
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- run: ./autogen.sh
- - run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-unittests --disable-nss --disable-nspr
+ - run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-unittests
- run: make -j2
- run: make dist
- name: Extracting suricata-verify
libnetfilter-queue1 \
libnfnetlink-dev \
libnfnetlink0 \
- libnss3-dev \
libpcre3 \
libpcre3-dev \
libpcap-dev \
libcap-ng0 \
libmagic-dev \
libjansson-dev \
- libnss3-dev \
libgeoip-dev \
liblua5.1-dev \
libhiredis-dev \
libcap-ng0 \
libmagic-dev \
libjansson-dev \
- libnss3-dev \
libgeoip-dev \
liblua5.1-dev \
libhiredis-dev \
libtool \
libyaml \
lua \
- nss \
- nspr \
pcre \
pkg-config \
python \
with:
msystem: MINGW64
update: true
- install: git mingw-w64-x86_64-toolchain automake1.16 automake-wrapper autoconf libtool libyaml-devel pcre-devel jansson-devel make mingw-w64-x86_64-libyaml mingw-w64-x86_64-pcre mingw-w64-x86_64-rust mingw-w64-x86_64-jansson mingw-w64-x86_64-nss mingw-w64-x86_64-nspr unzip p7zip python-setuptools mingw-w64-x86_64-python-yaml mingw-w64-x86_64-jq
+ install: git mingw-w64-x86_64-toolchain automake1.16 automake-wrapper autoconf libtool libyaml-devel pcre-devel jansson-devel make mingw-w64-x86_64-libyaml mingw-w64-x86_64-pcre mingw-w64-x86_64-rust mingw-w64-x86_64-jansson unzip p7zip python-setuptools mingw-w64-x86_64-python-yaml mingw-w64-x86_64-jq
# hack: install our own cbindgen system wide as we can't get the
# preinstalled one to be picked up by configure
- name: cbindgen