diff --git a/.github/workflows/ci-pipeline-arm64.yml b/.github/workflows/ci-pipeline-arm64.yml index 78cbfcc7d5..1c644d4751 100644 --- a/.github/workflows/ci-pipeline-arm64.yml +++ b/.github/workflows/ci-pipeline-arm64.yml @@ -25,7 +25,7 @@ jobs: 'CFLAGS=-pedantic', '--enable-lto', '--enable-lto --enable-abi-compat', - '--enable-pcapng-support'] + '--enable-pcapng-support --enable-icache-perf-test'] steps: - uses: OpenDataPlane/action-clean-up@main - uses: actions/checkout@v4 diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 25623a2d3e..1b070a400d 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -70,7 +70,7 @@ jobs: 'CFLAGS=-pedantic', '--enable-lto', '--enable-lto --enable-abi-compat', - '--enable-pcapng-support'] + '--enable-pcapng-support --enable-icache-perf-test'] steps: - uses: actions/checkout@v4 - run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC=gcc