aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci-pipeline-arm64.yml
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2023-03-29 10:00:30 +0300
committerMatias Elo <matias.elo@nokia.com>2023-03-29 14:37:11 +0300
commit19c17b3ee611656f32b9542803c186b696461c9d (patch)
treefc8eaea5d70a2286004b7a1d1c2081aa3c32e702 /.github/workflows/ci-pipeline-arm64.yml
parent76160c1811e7372b4547ffe6441c6da2d21b0bfd (diff)
github_ci: replace armv8-a+lse test with armv8.2-a+crypto
Using '-march=armv8-a+lse' conflicts with flags exported by DPDK (armv8.2-a+crypto). Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to '.github/workflows/ci-pipeline-arm64.yml')
-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 43268fc20..9d986658e 100644
--- a/.github/workflows/ci-pipeline-arm64.yml
+++ b/.github/workflows/ci-pipeline-arm64.yml
@@ -166,7 +166,7 @@ jobs:
fail-fast: false
matrix:
cc: [gcc, clang]
- cflags: ['-march=armv8.2-a -O2', '-march=armv8-a+lse -O2']
+ cflags: ['-march=armv8.2-a -O2', '-march=armv8.2-a+crypto -O2']
steps:
- uses: AutoModality/action-clean@v1.1.0
- uses: actions/checkout@v3