aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTianyu Li <tianyu.li@arm.com>2022-11-01 07:54:19 +0000
committerMatias Elo <matias.elo@nokia.com>2022-12-13 10:58:42 +0200
commit108e11f18e574cd160c9bdc457d59cee4acde072 (patch)
treea8c19eabd06de8f07264f0d4190fd8db73ce5c55 /.github
parent2dde0be2817a0833c447f46083b4fd278863bcdb (diff)
github_ci: add test for arm64 crypto ipsec_mb
Add native build test for ipsec_mb crypto support on arm64. Signed-off-by: Tianyu Li <tianyu.li@arm.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-pipeline-arm64.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-pipeline-arm64.yml b/.github/workflows/ci-pipeline-arm64.yml
index 5d937a0b3..33ac5c65c 100644
--- a/.github/workflows/ci-pipeline-arm64.yml
+++ b/.github/workflows/ci-pipeline-arm64.yml
@@ -148,7 +148,7 @@ jobs:
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', '--with-crypto=armv8crypto']
+ '--without-openssl --without-pcap', '--with-crypto=armv8crypto', '--with-crypto=ipsecmb']
steps:
- uses: AutoModality/action-clean@v1.1.0
- uses: actions/checkout@v3