mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
github workflow: toggle pcre2 instead of ssdeep in Ubuntu tests
This commit is contained in:
parent
4fac8d72f4
commit
8d91a5084f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
- {label: "wo yajl", opt: "--without-yajl" }
|
- {label: "wo yajl", opt: "--without-yajl" }
|
||||||
- {label: "wo geoip", opt: "--without-geoip" }
|
- {label: "wo geoip", opt: "--without-geoip" }
|
||||||
- {label: "wo lmdb", opt: "--without-lmdb" }
|
- {label: "wo lmdb", opt: "--without-lmdb" }
|
||||||
- {label: "wo ssdeep", opt: "--without-ssdeep" }
|
- {label: "with pcre2", opt: "--with-pcre2" }
|
||||||
- {label: "wo lua", opt: "--without-lua" }
|
- {label: "wo lua", opt: "--without-lua" }
|
||||||
- {label: "without maxmind", opt: "--without-maxmind" }
|
- {label: "without maxmind", opt: "--without-maxmind" }
|
||||||
steps:
|
steps:
|
||||||
@ -26,7 +26,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo add-apt-repository --yes ppa:maxmind/ppa
|
sudo add-apt-repository --yes ppa:maxmind/ppa
|
||||||
sudo apt-get update -y -qq
|
sudo apt-get update -y -qq
|
||||||
sudo apt-get install -y libfuzzy-dev libyajl-dev libgeoip-dev liblua5.2-dev liblmdb-dev cppcheck libmaxminddb-dev libcurl4-openssl-dev
|
sudo apt-get install -y libfuzzy-dev libyajl-dev libgeoip-dev liblua5.2-dev liblmdb-dev cppcheck libmaxminddb-dev libcurl4-openssl-dev libpcre2-dev pcre2-utils
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user