mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Add new flag: --without-lua
This commit is contained in:
parent
8752f6bba3
commit
6a34c89a30
5
.github/ci.yml
vendored
5
.github/ci.yml
vendored
@ -13,8 +13,9 @@ jobs:
|
||||
platform: [x64]
|
||||
compiler: [gcc]
|
||||
configure:
|
||||
- {label: "with pcre2", opt: "--with-pcre2" }
|
||||
- {label: "with lua", opt: "--with-lua" }
|
||||
- {label: "with pcre2", opt: "--with-pcre2" }
|
||||
- {label: "with lua", opt: "--with-lua" }
|
||||
- {label: "wo lua", opt: "--without-lua" }
|
||||
steps:
|
||||
- name: Setup Dependencies
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user