aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-08-26 13:58:44 +0200
committerToni Uhlig <matzeton@googlemail.com>2024-09-03 13:58:44 +0200
commitf97b3880b6d6e577bdd197faab25baf139dd9254 (patch)
tree589ad44e2ecbda600a40f396a69248ca2e1d1b69 /.github
parentc55429c131d77d7c24ec3afdc9e682d6e7e99c1c (diff)
CI: Set nDPI minimum required version to 4.10
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5b89a123c..61b2daba6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
poll: "-DFORCE_POLL=OFF"
upload: true
upload_suffix: ""
- ndpi_min_version: "5.0"
+ ndpi_min_version: "4.10"
- compiler: "gcc"
os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -54,7 +54,7 @@ jobs:
poll: "-DFORCE_POLL=OFF"
upload: true
upload_suffix: "-host-gcrypt"
- ndpi_min_version: "5.0"
+ ndpi_min_version: "4.10"
- compiler: "clang"
os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -67,7 +67,7 @@ jobs:
poll: "-DFORCE_POLL=OFF"
upload: true
upload_suffix: "-no-zlib"
- ndpi_min_version: "5.0"
+ ndpi_min_version: "4.10"
- compiler: "gcc"
os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -79,7 +79,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=ON"
poll: "-DFORCE_POLL=ON"
upload: false
- ndpi_min_version: "5.0"
+ ndpi_min_version: "4.10"
- compiler: "clang"
os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -91,7 +91,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF"
poll: "-DFORCE_POLL=OFF"
upload: false
- ndpi_min_version: "5.0"
+ ndpi_min_version: "4.10"
- compiler: "clang-12"
os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -103,7 +103,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF"
poll:
upload: false
- ndpi_min_version: "5.0"
+ ndpi_min_version: "4.10"
- compiler: "gcc-10"
os: "ubuntu-20.04"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -115,7 +115,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF"
poll: "-DFORCE_POLL=ON"
upload: false
- ndpi_min_version: "5.0"
+ ndpi_min_version: "4.10"
- compiler: "gcc-7"
os: "ubuntu-20.04"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -127,7 +127,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF"
poll: "-DFORCE_POLL=OFF"
upload: false
- ndpi_min_version: "5.0"
+ ndpi_min_version: "4.10"
- compiler: "cc"
os: "macOS-13"
ndpi_build: "-DBUILD_NDPI=OFF"
@@ -140,7 +140,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF"
poll:
upload: false
- ndpi_min_version: "5.0"
+ ndpi_min_version: "4.10"
steps:
- name: Print Matrix