mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Add new flag: --without-lua
This commit is contained in:
5
.github/ci.yml
vendored
5
.github/ci.yml
vendored
@@ -13,8 +13,9 @@ jobs:
|
|||||||
platform: [x64]
|
platform: [x64]
|
||||||
compiler: [gcc]
|
compiler: [gcc]
|
||||||
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