Skip to content

Commit

Permalink
github_ci: add tests for aarch64 WFE locks
Browse files Browse the repository at this point in the history
Add CI tests for aarch64 WFE based lock implementations.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
  • Loading branch information
MatiasElo committed Dec 11, 2023
1 parent 668385d commit 0d6e2f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-pipeline-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
'--enable-pcapng-support',
'--without-openssl --without-pcap',
'--with-crypto=armv8crypto',
'--with-crypto=ipsecmb']
'--with-crypto=ipsecmb',
'--enable-wfe-locks']
steps:
- uses: OpenDataPlane/action-clean-up@main
- uses: actions/checkout@v3
Expand Down Expand Up @@ -169,7 +170,8 @@ jobs:
'--disable-host-optimization --enable-abi-compat',
'--without-openssl --without-pcap',
'--with-crypto=armv8crypto',
'--with-crypto=ipsecmb']
'--with-crypto=ipsecmb',
'--enable-wfe-locks']
steps:
- uses: OpenDataPlane/action-clean-up@main
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
matrix:
cc: [gcc, clang]

Check failure on line 142 in .github/workflows/ci-pipeline.yml

View workflow job for this annotation

GitHub Actions / Checkpatch

WARNING: Do not use whitespace before Cc:

Check failure on line 142 in .github/workflows/ci-pipeline.yml

View workflow job for this annotation

GitHub Actions / Checkpatch

ERROR: Unrecognized email address: '[gcc, clang]'
conf: ['', '--enable-abi-compat', 'CFLAGS=-march=armv8.2-a', 'CFLAGS=-march=armv8-a+lse',
'--with-crypto=armv8crypto']
'--with-crypto=armv8crypto', '--enable-wfe-locks']
steps:
- uses: actions/checkout@v3
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${{matrix.cc}}"
Expand Down

0 comments on commit 0d6e2f3

Please sign in to comment.