aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2025-05-20 11:05:53 +0200
committerToni Uhlig <matzeton@googlemail.com>2025-05-20 11:05:53 +0200
commit4e7e361d84287607391e43207f9fd3b58e958a11 (patch)
treeb0f12aafebd1a23dc3e3a02872c763a1257f6d9d /.github/workflows
parent9809ae4ea05ac7764ab3cf206bb9503c53e2d132 (diff)
bump libnDPI to f8869cd670adc439cc41bde0bd04960e1befafc5HEADmain
* fix API issue due to changed name of a public struct Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github/workflows')
-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 42c18d405..14feef895 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
poll: "-DFORCE_POLL=OFF"
upload: true
upload_suffix: ""
- ndpi_min_version: "4.14"
+ ndpi_min_version: "4.16"
- compiler: "gcc"
os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -56,7 +56,7 @@ jobs:
poll: "-DFORCE_POLL=OFF"
upload: true
upload_suffix: "-host-gcrypt"
- ndpi_min_version: "4.14"
+ ndpi_min_version: "4.16"
- compiler: "clang"
os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -70,7 +70,7 @@ jobs:
poll: "-DFORCE_POLL=OFF"
upload: true
upload_suffix: "-no-zlib"
- ndpi_min_version: "4.14"
+ ndpi_min_version: "4.16"
- compiler: "gcc"
os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -83,7 +83,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=ON"
poll: "-DFORCE_POLL=ON"
upload: false
- ndpi_min_version: "4.14"
+ ndpi_min_version: "4.16"
- compiler: "clang"
os: "ubuntu-latest"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -96,7 +96,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF"
poll: "-DFORCE_POLL=OFF"
upload: false
- ndpi_min_version: "4.14"
+ ndpi_min_version: "4.16"
- compiler: "clang-12"
os: "ubuntu-22.04"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -109,7 +109,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF"
poll:
upload: false
- ndpi_min_version: "4.14"
+ ndpi_min_version: "4.16"
- compiler: "gcc-10"
os: "ubuntu-22.04"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -122,7 +122,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF"
poll: "-DFORCE_POLL=ON"
upload: false
- ndpi_min_version: "4.14"
+ ndpi_min_version: "4.16"
- compiler: "gcc-9"
os: "ubuntu-22.04"
ndpi_build: "-DBUILD_NDPI=ON"
@@ -135,7 +135,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF"
poll: "-DFORCE_POLL=OFF"
upload: false
- ndpi_min_version: "4.14"
+ ndpi_min_version: "4.16"
- compiler: "cc"
os: "macOS-13"
ndpi_build: "-DBUILD_NDPI=OFF"
@@ -149,7 +149,7 @@ jobs:
coverage: "-DENABLE_COVERAGE=OFF"
poll:
upload: false
- ndpi_min_version: "4.14"
+ ndpi_min_version: "4.16"
steps:
- name: Print Matrix