]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
pcre2: remove PCRE1 from CI 6417/head
authorPhilippe Antoine <contact@catenacyber.fr>
Tue, 28 Sep 2021 10:09:41 +0000 (12:09 +0200)
committerPhilippe Antoine <contact@catenacyber.fr>
Wed, 29 Sep 2021 11:27:45 +0000 (13:27 +0200)
.github/workflows/builds.yml
.github/workflows/commits.yml
.github/workflows/formatting.yml

index 377bfdfba09212e16421c1ac38ada91936abc378..e2a42a92f7e632f0cd155a40ebe0e4ec3496ee31 100644 (file)
@@ -208,7 +208,6 @@ jobs:
                 lz4-devel \
                 make \
                 nss-devel \
-                pcre-devel \
                 pcre2-devel \
                 pkgconfig \
                 python3-devel \
@@ -284,7 +283,6 @@ jobs:
                 lz4-devel \
                 make \
                 nss-devel \
-                pcre-devel \
                 pcre2-devel \
                 pkgconfig \
                 python36-PyYAML \
@@ -361,7 +359,6 @@ jobs:
                 lz4-devel \
                 make \
                 nss-softokn-devel \
-                pcre-devel \
                 pcre2-devel \
                 pkgconfig \
                 python3-yaml \
@@ -448,7 +445,6 @@ jobs:
                 lz4-devel \
                 make \
                 nss-softokn-devel \
-                pcre-devel \
                 pcre2-devel \
                 pkgconfig \
                 python3-yaml \
@@ -521,7 +517,6 @@ jobs:
                 lz4-devel \
                 make \
                 nss-softokn-devel \
-                pcre-devel \
                 pcre2-devel \
                 pkgconfig \
                 python3-yaml \
@@ -559,8 +554,6 @@ jobs:
         run: |
           apt update
           apt -y install \
-                libpcre3 \
-                libpcre3-dev \
                 libpcre2-dev \
                 build-essential \
                 autoconf \
@@ -637,8 +630,6 @@ jobs:
         run: |
           apt update
           apt -y install \
-                libpcre3 \
-                libpcre3-dev \
                 libpcre2-dev \
                 build-essential \
                 autoconf \
@@ -711,8 +702,6 @@ jobs:
         run: |
           apt update
           apt -y install \
-                libpcre3 \
-                libpcre3-dev \
                 libpcre2-dev \
                 build-essential \
                 autoconf \
@@ -813,8 +802,6 @@ jobs:
                 libevent-pthreads-2.1-7 \
                 libjansson-dev \
                 libpython2.7 \
-                libpcre3 \
-                libpcre3-dev \
                 libpcre2-dev \
                 make \
                 parallel \
@@ -889,8 +876,6 @@ jobs:
                 libevent-pthreads-2.1-7 \
                 libjansson-dev \
                 libpython2.7 \
-                libpcre3 \
-                libpcre3-dev \
                 libpcre2-dev \
                 make \
                 python3-yaml \
@@ -930,8 +915,6 @@ jobs:
         run: |
           apt update
           apt -y install \
-                libpcre3 \
-                libpcre3-dev \
                 libpcre2-dev \
                 build-essential \
                 autoconf \
@@ -1003,8 +986,6 @@ jobs:
         run: |
           apt update
           apt -y install \
-                libpcre3 \
-                libpcre3-dev \
                 libpcre2-dev \
                 build-essential \
                 autoconf \
@@ -1101,8 +1082,6 @@ jobs:
           apt -y install \
                 afl \
                 afl-clang \
-                libpcre3 \
-                libpcre3-dev \
                 libpcre2-dev \
                 build-essential \
                 autoconf \
@@ -1171,8 +1150,6 @@ jobs:
                 libnetfilter-queue1 \
                 libnfnetlink-dev \
                 libnfnetlink0 \
-                libpcre3 \
-                libpcre3-dev \
                 libpcre2-dev \
                 libpcap-dev \
                 libyaml-0-2 \
@@ -1224,9 +1201,6 @@ jobs:
                 git \
                 gosu \
                 jq \
-                libpcre3 \
-                libpcre3-dbg \
-                libpcre3-dev \
                 libpcre2-dev \
                 libpcap-dev   \
                 libnet1-dev \
@@ -1291,9 +1265,6 @@ jobs:
                 git-core \
                 gosu \
                 jq \
-                libpcre3 \
-                libpcre3-dbg \
-                libpcre3-dev \
                 libpcre2-dev \
                 libpcap-dev   \
                 libnet1-dev \
@@ -1362,7 +1333,6 @@ jobs:
           libtool \
           libyaml \
           lua \
-          pcre \
           pkg-config \
           python \
           rust \
@@ -1399,7 +1369,7 @@ jobs:
         with:
           msystem: MINGW64
           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
       # preinstalled one to be picked up by configure
       - name: cbindgen
index 6386e453445f62c000bd2fbf186b1c898ec68e68..1b6d8ee7b1e2d6adb408f61be9f00d2be02ff7fa 100644 (file)
@@ -19,8 +19,6 @@ jobs:
         run: |
           apt update
           apt -y install \
-                libpcre3 \
-                libpcre3-dev \
                 libpcre2-dev \
                 build-essential \
                 autoconf \
index 94d633a01399c5f7c0cbfeead7f013e3dc110a4f..e77389511b8d03414d703467538f47b6d68776d1 100644 (file)
@@ -29,8 +29,6 @@ jobs:
         run: |
           apt update
           apt -y install \
-                libpcre3 \
-                libpcre3-dev \
                 libpcre2-dev \
                 build-essential \
                 autoconf \