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.yml21
1 files changed, 1 insertions, 20 deletions
diff --git a/.github/workflows/ci-pipeline-arm64.yml b/.github/workflows/ci-pipeline-arm64.yml
index b2a7ad042..84f52c1da 100644
--- a/.github/workflows/ci-pipeline-arm64.yml
+++ b/.github/workflows/ci-pipeline-arm64.yml
@@ -80,7 +80,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- cc_ver: [10, 11, 12]
+ cc_ver: [10, 11, 12, 13]
conf: ['', '--enable-abi-compat']
steps:
- uses: OpenDataPlane/action-clean-up@main
@@ -91,25 +91,6 @@ jobs:
if: ${{ failure() }}
run: find . -name config.log -exec cat {} \;
- Build_gcc_u23:
- if: ${{ github.repository == 'OpenDataPlane/odp-dpdk' }}
- runs-on: [self-hosted, ARM64]
- env:
- OS: ubuntu_23.04
- strategy:
- fail-fast: false
- matrix:
- cc_ver: [13]
- conf: ['', '--enable-abi-compat']
- steps:
- - uses: OpenDataPlane/action-clean-up@main
- - uses: actions/checkout@v3
- - run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="gcc-${{matrix.cc_ver}}" -e CXX="g++-${{matrix.cc_ver}}"
- -e CONF="${{matrix.conf}}" $CONTAINER_NAMESPACE/odp-ci-${OS}-${ARCH}-native /odp/scripts/ci/build_${ARCH}.sh
- - name: Failure log
- if: ${{ failure() }}
- run: find . -name config.log -exec cat {} \;
-
Build_out-of-tree:
if: ${{ github.repository == 'OpenDataPlane/odp-dpdk' }}
runs-on: [self-hosted, ARM64]