Skip to content

Commit 98c0f87

Browse files
Add pcre support and update dependencies in CI
1 parent f33e339 commit 98c0f87

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci_new.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- { label: "without ssdeep", opt: "--without-ssdeep" }
3333
- { label: "with lmdb", opt: "--with-lmdb" }
3434
- { label: "with pcre2 (default)", opt: "--with-pcre2" }
35+
- { label: "with pcre", opt: "--with-pcre" }
3536

3637
steps:
3738
- uses: actions/checkout@v6
@@ -77,6 +78,7 @@ jobs:
7778
libxml2-dev \
7879
libfuzzy-dev \
7980
pcre2-utils \
81+
libpcre3-dev \
8082
bison \
8183
flex \
8284
pkg-config \
@@ -140,7 +142,7 @@ jobs:
140142
ssdeep \
141143
pcre \
142144
bison \
143-
flex
145+
flex
144146
145147
- name: Run build preparation script
146148
run: ./build.sh
@@ -231,7 +233,7 @@ jobs:
231233

232234
- name: Install cppcheck
233235
run: |
234-
brew install autoconf automake libtool cppcheck libmaxminddb yajl lua lmdb ssdeep
236+
brew install autoconf automake libtool cppcheck libmaxminddb yajl lua lmdb ssdeep
235237
236238
- name: Configure project
237239
run: |

0 commit comments

Comments
 (0)