patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH] ci: enable ABI check in GHA
@ 2022-11-02 13:26 David Marchand
  0 siblings, 0 replies; only message in thread
From: David Marchand @ 2022-11-02 13:26 UTC (permalink / raw)
  To: stable; +Cc: ktraynor

Enable ABI checks to avoid breakage on this LTS branch.

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
Tested in my DPDK fork GHA:
https://github.com/david-marchand/dpdk/actions/runs/3377553129/jobs/5606622502#step:16:17794

---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2e9c4be6d0..6cf997d6ee 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
       LIBABIGAIL_VERSION: libabigail-1.8
       MINI: ${{ matrix.config.mini != '' }}
       PPC64LE: ${{ matrix.config.cross == 'ppc64le' }}
-      REF_GIT_TAG: none
+      REF_GIT_TAG: v21.11
       RUN_TESTS: ${{ contains(matrix.config.checks, 'tests') }}
 
     strategy:
@@ -40,7 +40,7 @@ jobs:
           - os: ubuntu-18.04
             compiler: gcc
             library: shared
-            checks: doc+tests
+            checks: abi+doc+tests
           - os: ubuntu-18.04
             compiler: clang
             library: static
-- 
2.37.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-02 13:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-02 13:26 [PATCH] ci: enable ABI check in GHA David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).