mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Add new flag: --without-lua
This commit is contained in:
1
.github/ci.yml
vendored
1
.github/ci.yml
vendored
@@ -15,6 +15,7 @@ jobs:
|
|||||||
configure:
|
configure:
|
||||||
- {label: "with pcre2", opt: "--with-pcre2" }
|
- {label: "with pcre2", opt: "--with-pcre2" }
|
||||||
- {label: "with lua", opt: "--with-lua" }
|
- {label: "with lua", opt: "--with-lua" }
|
||||||
|
- {label: "wo lua", opt: "--without-lua" }
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Dependencies
|
- name: Setup Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user