File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - { label: "without geoip", opt: "--without-geoip" }
3232 - { label: "without ssdeep", opt: "--without-ssdeep" }
3333 - { label: "with lmdb", opt: "--with-lmdb" }
34- - { label: "with pcre2", opt: "--with-pcre2" }
34+ - { label: "with pcre2 (default)", opt: "" }
35+ - { label: "with pcre", opt: "--with-pcre" }
3536
3637 steps :
3738 - uses : actions/checkout@v6
5253 liblua5.2-dev \
5354 libmaxminddb-dev \
5455 libpcre2-dev \
56+ libpcre3-dev \
5557 libgeoip-dev \
5658 libxml2-dev \
5759 libfuzzy-dev \
9496 - { label: "without geoip", opt: "--without-geoip" }
9597 - { label: "without ssdeep", opt: "--without-ssdeep" }
9698 - { label: "with lmdb", opt: "--with-lmdb" }
99+ - { label: "with pcre2 (default)", opt: "" }
97100 - { label: "with pcre", opt: "--with-pcre" }
98101
99102 steps :
You can’t perform that action at this time.
0 commit comments