aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJere Leppänen <jere.leppanen@nokia.com>2021-10-15 16:37:14 +0300
committerMatias Elo <matias.elo@nokia.com>2021-11-12 09:48:41 +0200
commit29c221f2f0e2f5eeaca310a57440ffa970b8446a (patch)
treee068abecf21a9163d72c41284ff9b79f5ace89cc /.github
parent7ecdf0cf813a391cd2e4e1847675ecca1b5e474b (diff)
ci: use --enable-helper-deprecated option
Add --enable-helper-deprecated option to test runs where --enable-deprecated option is in use. Signed-off-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-pipeline-arm64.yml2
-rw-r--r--.github/workflows/ci-pipeline.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-pipeline-arm64.yml b/.github/workflows/ci-pipeline-arm64.yml
index 1056f00e1..396ab70b8 100644
--- a/.github/workflows/ci-pipeline-arm64.yml
+++ b/.github/workflows/ci-pipeline-arm64.yml
@@ -95,7 +95,7 @@ jobs:
fail-fast: false
matrix:
cc: [gcc, clang]
- conf: ['', '--enable-abi-compat', '--enable-deprecated --enable-debug=full',
+ conf: ['', '--enable-abi-compat', '--enable-deprecated --enable-helper-deprecated --enable-debug=full',
'--enable-dpdk-zero-copy --disable-static-applications',
'--disable-host-optimization', '--disable-host-optimization --enable-abi-compat',
'--without-openssl --without-pcap']
diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml
index 150e0eb66..c653e4c44 100644
--- a/.github/workflows/ci-pipeline.yml
+++ b/.github/workflows/ci-pipeline.yml
@@ -243,7 +243,7 @@ jobs:
fail-fast: false
matrix:
cc: [gcc, clang]
- conf: ['', '--enable-abi-compat', '--enable-deprecated --enable-debug=full',
+ conf: ['', '--enable-abi-compat', '--enable-deprecated --enable-helper-deprecated --enable-debug=full',
'--enable-dpdk-zero-copy --disable-static-applications',
'--disable-host-optimization', '--disable-host-optimization --enable-abi-compat',
'--without-openssl --without-pcap']