From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5B633A0C3F; Thu, 15 Apr 2021 18:32:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1FC7D1623E5; Thu, 15 Apr 2021 18:32:57 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 423881623E0 for ; Thu, 15 Apr 2021 18:32:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1618504374; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=SHPbH5MJ/3UVUVyNT0HwJogukXoQNoHbsObce3m38UE=; b=d/Fvm7pbkVf+7pyjhdG+HDOcjAsSMyt+EHA/DQSioT54+WPGeBvnyAieta0WK7zx8QeDGR vYBkZ1mOP+ulQJb4fcp4oJVI/G4MPwQ/aJJD/qHTluiEitBacF04Ym5rGaSJPcfh97ECt3 PEGHcvwBWiwoG3Ra4eGTh5NwPpML2BY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-432-xA3f7qYYMT60vWF6Hi7I-g-1; Thu, 15 Apr 2021 12:32:53 -0400 X-MC-Unique: xA3f7qYYMT60vWF6Hi7I-g-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CEE3410054F6; Thu, 15 Apr 2021 16:32:50 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.192.93]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3F98D19D9F; Thu, 15 Apr 2021 16:32:48 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: thomas@monjalon.net, mdr@ashroe.eu, Aaron Conole , Michael Santana Date: Thu, 15 Apr 2021 18:32:30 +0200 Message-Id: <20210415163230.22263-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=david.marchand@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Subject: [dpdk-dev] [PATCH] ci: bump ABI reference version X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" When bumping DPDK version, we should have bumped the ABI reference too. Fixes: 442155f70c6b ("version: 21.05-rc0") Signed-off-by: David Marchand --- .github/workflows/build.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9175ec43d3..d38feace69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: CC: ccache ${{ matrix.config.compiler }} DEF_LIB: ${{ matrix.config.library }} LIBABIGAIL_VERSION: libabigail-1.8 - REF_GIT_TAG: v20.11 + REF_GIT_TAG: v21.02 RUN_TESTS: ${{ contains(matrix.config.checks, 'tests') }} strategy: diff --git a/.travis.yml b/.travis.yml index 7ed982ac07..898cffd998 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ script: ./.ci/${TRAVIS_OS_NAME}-build.sh env: global: - LIBABIGAIL_VERSION=libabigail-1.8 - - REF_GIT_TAG=v20.11 + - REF_GIT_TAG=v21.02 jobs: include: -- 2.23.0