CI: Set nDPI minimum required version to 4.10

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni Uhlig
2024-08-26 13:58:44 +02:00
parent c55429c131
commit f97b3880b6

View File

@@ -41,7 +41,7 @@ jobs:
poll: "-DFORCE_POLL=OFF" poll: "-DFORCE_POLL=OFF"
upload: true upload: true
upload_suffix: "" upload_suffix: ""
ndpi_min_version: "5.0" ndpi_min_version: "4.10"
- compiler: "gcc" - compiler: "gcc"
os: "ubuntu-latest" os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON" ndpi_build: "-DBUILD_NDPI=ON"
@@ -54,7 +54,7 @@ jobs:
poll: "-DFORCE_POLL=OFF" poll: "-DFORCE_POLL=OFF"
upload: true upload: true
upload_suffix: "-host-gcrypt" upload_suffix: "-host-gcrypt"
ndpi_min_version: "5.0" ndpi_min_version: "4.10"
- compiler: "clang" - compiler: "clang"
os: "ubuntu-latest" os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON" ndpi_build: "-DBUILD_NDPI=ON"
@@ -67,7 +67,7 @@ jobs:
poll: "-DFORCE_POLL=OFF" poll: "-DFORCE_POLL=OFF"
upload: true upload: true
upload_suffix: "-no-zlib" upload_suffix: "-no-zlib"
ndpi_min_version: "5.0" ndpi_min_version: "4.10"
- compiler: "gcc" - compiler: "gcc"
os: "ubuntu-latest" os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON" ndpi_build: "-DBUILD_NDPI=ON"
@@ -79,7 +79,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=ON" coverage: "-DENABLE_COVERAGE=ON"
poll: "-DFORCE_POLL=ON" poll: "-DFORCE_POLL=ON"
upload: false upload: false
ndpi_min_version: "5.0" ndpi_min_version: "4.10"
- compiler: "clang" - compiler: "clang"
os: "ubuntu-latest" os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON" ndpi_build: "-DBUILD_NDPI=ON"
@@ -91,7 +91,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF" coverage: "-DENABLE_COVERAGE=OFF"
poll: "-DFORCE_POLL=OFF" poll: "-DFORCE_POLL=OFF"
upload: false upload: false
ndpi_min_version: "5.0" ndpi_min_version: "4.10"
- compiler: "clang-12" - compiler: "clang-12"
os: "ubuntu-latest" os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON" ndpi_build: "-DBUILD_NDPI=ON"
@@ -103,7 +103,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF" coverage: "-DENABLE_COVERAGE=OFF"
poll: poll:
upload: false upload: false
ndpi_min_version: "5.0" ndpi_min_version: "4.10"
- compiler: "gcc-10" - compiler: "gcc-10"
os: "ubuntu-20.04" os: "ubuntu-20.04"
ndpi_build: "-DBUILD_NDPI=ON" ndpi_build: "-DBUILD_NDPI=ON"
@@ -115,7 +115,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF" coverage: "-DENABLE_COVERAGE=OFF"
poll: "-DFORCE_POLL=ON" poll: "-DFORCE_POLL=ON"
upload: false upload: false
ndpi_min_version: "5.0" ndpi_min_version: "4.10"
- compiler: "gcc-7" - compiler: "gcc-7"
os: "ubuntu-20.04" os: "ubuntu-20.04"
ndpi_build: "-DBUILD_NDPI=ON" ndpi_build: "-DBUILD_NDPI=ON"
@@ -127,7 +127,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF" coverage: "-DENABLE_COVERAGE=OFF"
poll: "-DFORCE_POLL=OFF" poll: "-DFORCE_POLL=OFF"
upload: false upload: false
ndpi_min_version: "5.0" ndpi_min_version: "4.10"
- compiler: "cc" - compiler: "cc"
os: "macOS-13" os: "macOS-13"
ndpi_build: "-DBUILD_NDPI=OFF" ndpi_build: "-DBUILD_NDPI=OFF"
@@ -140,7 +140,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF" coverage: "-DENABLE_COVERAGE=OFF"
poll: poll:
upload: false upload: false
ndpi_min_version: "5.0" ndpi_min_version: "4.10"
steps: steps:
- name: Print Matrix - name: Print Matrix