diff mbox series

[ovs-dev,dpdk-latest,v2,5/5] github: Fix experimental build check.

Message ID 20211109092253.10876-6-david.marchand@redhat.com
State Accepted
Headers show
Series Fixes for DPDK v21.11 | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test fail github build: failed

Commit Message

David Marchand Nov. 9, 2021, 9:22 a.m. UTC
Fix a typo which made us build against stable API only in GHA.

Note: this should not be merged to master, intended for dpdk-latest
branch only.

Fixes: e5cdd2651661 ("travis: Check compilation with DPDK experimental API.")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
Ian,

At the next dpdk-latest rebase, can you squash this change in a single
patch with title "ci: Check compilation with DPDK experimental API." ?

---
 .github/workflows/build-and-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index c7c1e66833..5d3429fcf8 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -105,7 +105,7 @@  jobs:
             opts:         --enable-shared
 
           - compiler:     gcc
-            dpdk_shared:  dpdk-experimental
+            dpdk_shared:  dpdk_experimental
 
           - compiler:     gcc
             m32:          m32