File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 : |
You can’t perform that action at this time.
0 commit comments