aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci-pipeline-arm64.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci-pipeline-arm64.yml')
-rw-r--r--.github/workflows/ci-pipeline-arm64.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci-pipeline-arm64.yml b/.github/workflows/ci-pipeline-arm64.yml
index 33ac5c65c..31747b784 100644
--- a/.github/workflows/ci-pipeline-arm64.yml
+++ b/.github/workflows/ci-pipeline-arm64.yml
@@ -147,7 +147,8 @@ jobs:
cc: [gcc, clang]
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',
+ '--disable-host-optimization --enable-event-validation=warn',
+ '--disable-host-optimization --enable-abi-compat',
'--without-openssl --without-pcap', '--with-crypto=armv8crypto', '--with-crypto=ipsecmb']
steps:
- uses: AutoModality/action-clean@v1.1.0