pcre2: remove PCRE1 from CI

pull/6417/head
Philippe Antoine 3 years ago
parent bce3c46874
commit 1dc98cad27

@ -208,7 +208,6 @@ jobs:
lz4-devel \ lz4-devel \
make \ make \
nss-devel \ nss-devel \
pcre-devel \
pcre2-devel \ pcre2-devel \
pkgconfig \ pkgconfig \
python3-devel \ python3-devel \
@ -284,7 +283,6 @@ jobs:
lz4-devel \ lz4-devel \
make \ make \
nss-devel \ nss-devel \
pcre-devel \
pcre2-devel \ pcre2-devel \
pkgconfig \ pkgconfig \
python36-PyYAML \ python36-PyYAML \
@ -361,7 +359,6 @@ jobs:
lz4-devel \ lz4-devel \
make \ make \
nss-softokn-devel \ nss-softokn-devel \
pcre-devel \
pcre2-devel \ pcre2-devel \
pkgconfig \ pkgconfig \
python3-yaml \ python3-yaml \
@ -448,7 +445,6 @@ jobs:
lz4-devel \ lz4-devel \
make \ make \
nss-softokn-devel \ nss-softokn-devel \
pcre-devel \
pcre2-devel \ pcre2-devel \
pkgconfig \ pkgconfig \
python3-yaml \ python3-yaml \
@ -521,7 +517,6 @@ jobs:
lz4-devel \ lz4-devel \
make \ make \
nss-softokn-devel \ nss-softokn-devel \
pcre-devel \
pcre2-devel \ pcre2-devel \
pkgconfig \ pkgconfig \
python3-yaml \ python3-yaml \
@ -559,8 +554,6 @@ jobs:
run: | run: |
apt update apt update
apt -y install \ apt -y install \
libpcre3 \
libpcre3-dev \
libpcre2-dev \ libpcre2-dev \
build-essential \ build-essential \
autoconf \ autoconf \
@ -637,8 +630,6 @@ jobs:
run: | run: |
apt update apt update
apt -y install \ apt -y install \
libpcre3 \
libpcre3-dev \
libpcre2-dev \ libpcre2-dev \
build-essential \ build-essential \
autoconf \ autoconf \
@ -711,8 +702,6 @@ jobs:
run: | run: |
apt update apt update
apt -y install \ apt -y install \
libpcre3 \
libpcre3-dev \
libpcre2-dev \ libpcre2-dev \
build-essential \ build-essential \
autoconf \ autoconf \
@ -813,8 +802,6 @@ jobs:
libevent-pthreads-2.1-7 \ libevent-pthreads-2.1-7 \
libjansson-dev \ libjansson-dev \
libpython2.7 \ libpython2.7 \
libpcre3 \
libpcre3-dev \
libpcre2-dev \ libpcre2-dev \
make \ make \
parallel \ parallel \
@ -889,8 +876,6 @@ jobs:
libevent-pthreads-2.1-7 \ libevent-pthreads-2.1-7 \
libjansson-dev \ libjansson-dev \
libpython2.7 \ libpython2.7 \
libpcre3 \
libpcre3-dev \
libpcre2-dev \ libpcre2-dev \
make \ make \
python3-yaml \ python3-yaml \
@ -930,8 +915,6 @@ jobs:
run: | run: |
apt update apt update
apt -y install \ apt -y install \
libpcre3 \
libpcre3-dev \
libpcre2-dev \ libpcre2-dev \
build-essential \ build-essential \
autoconf \ autoconf \
@ -1003,8 +986,6 @@ jobs:
run: | run: |
apt update apt update
apt -y install \ apt -y install \
libpcre3 \
libpcre3-dev \
libpcre2-dev \ libpcre2-dev \
build-essential \ build-essential \
autoconf \ autoconf \
@ -1101,8 +1082,6 @@ jobs:
apt -y install \ apt -y install \
afl \ afl \
afl-clang \ afl-clang \
libpcre3 \
libpcre3-dev \
libpcre2-dev \ libpcre2-dev \
build-essential \ build-essential \
autoconf \ autoconf \
@ -1171,8 +1150,6 @@ jobs:
libnetfilter-queue1 \ libnetfilter-queue1 \
libnfnetlink-dev \ libnfnetlink-dev \
libnfnetlink0 \ libnfnetlink0 \
libpcre3 \
libpcre3-dev \
libpcre2-dev \ libpcre2-dev \
libpcap-dev \ libpcap-dev \
libyaml-0-2 \ libyaml-0-2 \
@ -1224,9 +1201,6 @@ jobs:
git \ git \
gosu \ gosu \
jq \ jq \
libpcre3 \
libpcre3-dbg \
libpcre3-dev \
libpcre2-dev \ libpcre2-dev \
libpcap-dev \ libpcap-dev \
libnet1-dev \ libnet1-dev \
@ -1291,9 +1265,6 @@ jobs:
git-core \ git-core \
gosu \ gosu \
jq \ jq \
libpcre3 \
libpcre3-dbg \
libpcre3-dev \
libpcre2-dev \ libpcre2-dev \
libpcap-dev \ libpcap-dev \
libnet1-dev \ libnet1-dev \
@ -1362,7 +1333,6 @@ jobs:
libtool \ libtool \
libyaml \ libyaml \
lua \ lua \
pcre \
pkg-config \ pkg-config \
python \ python \
rust \ rust \
@ -1399,7 +1369,7 @@ jobs:
with: with:
msystem: MINGW64 msystem: MINGW64
update: true update: true
install: git mingw-w64-x86_64-toolchain automake1.16 automake-wrapper autoconf libtool libyaml-devel pcre-devel pcre2-devel jansson-devel make mingw-w64-x86_64-libyaml mingw-w64-x86_64-pcre mingw-w64-x86_64-pcre2 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 mingw-w64-x86_64-libxml2 install: git mingw-w64-x86_64-toolchain automake1.16 automake-wrapper autoconf libtool libyaml-devel pcre2-devel jansson-devel make mingw-w64-x86_64-libyaml mingw-w64-x86_64-pcre2 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 mingw-w64-x86_64-libxml2
# hack: install our own cbindgen system wide as we can't get the # hack: install our own cbindgen system wide as we can't get the
# preinstalled one to be picked up by configure # preinstalled one to be picked up by configure
- name: cbindgen - name: cbindgen

@ -19,8 +19,6 @@ jobs:
run: | run: |
apt update apt update
apt -y install \ apt -y install \
libpcre3 \
libpcre3-dev \
libpcre2-dev \ libpcre2-dev \
build-essential \ build-essential \
autoconf \ autoconf \

@ -29,8 +29,6 @@ jobs:
run: | run: |
apt update apt update
apt -y install \ apt -y install \
libpcre3 \
libpcre3-dev \
libpcre2-dev \ libpcre2-dev \
build-essential \ build-essential \
autoconf \ autoconf \

Loading…
Cancel
Save