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 DA60EA04AE; Tue, 8 Feb 2022 14:47:26 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 35995410FD; Tue, 8 Feb 2022 14:47:26 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mails.dpdk.org (Postfix) with ESMTP id 0577E410FC for ; Tue, 8 Feb 2022 14:47:24 +0100 (CET) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 9F0AC5C00CC; Tue, 8 Feb 2022 08:47:23 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Tue, 08 Feb 2022 08:47:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:date:date:from:from:in-reply-to :message-id:mime-version:reply-to:sender:subject:subject:to:to; s=fm3; bh=PLeAMFUKKlPWkse8zrou0TbleMkawrfeA5KpcBY12Ac=; b=VVaeu G3xIBZN6EQ/t8fpM/D/QxM+ohkbc2aSRT0Z0VsCWA0lYpn7m1vXNAKhOUE7+lGhg p+Kv0ywUvxVD4vKoV0+SWWgOZ+hsBhVKFolM7zZlIQ2KzujHfBqg+ppLmrqemaBj hv+eVER2FlKHdCESYk0g/9SiHVjLvozUGup1gWsa/Am4J/63xxWveDmt+rV756Ou R7PgTDRxLtPMyZhRpNrUxzcD93mLdrB61PUZfkgv5Hy6hClMoSwMKcLR0X9y/deR 8zhp8wqRlsmGZziF1u5YnTN9cE2DGoywKzrCI7sZMTUW5f0j5HzNvQA7sD9ynUQ4 Dm23Vkp0KQPPCGTBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding:date:date :from:from:in-reply-to:message-id:mime-version:reply-to:sender :subject:subject:to:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=PLeAMFUKKlPWkse8zrou0TbleMkaw rfeA5KpcBY12Ac=; b=Y0Da8G7NiTmjUE3vm8BxOHI6i1TazgDQfn6C06N1fMYKe Q4r/2h6yWIPRWUh5Z2cNUDnV9v8l7+WruZh7j4LI1JNCRgYO9od2I+qCA/LFfram XentudoFCPAbelyZ1QPeS3yxcHkfSZGNBH9AWE9vfqo7wYCNYL3JSFpPSV7O0I72 Kt6RDsysohE27Z+MPONM2v+gq4O+c/9bAxPeAzfVox4okYSOaTMn2/ttHMf/w9VX H7EBrmDRDm+sQYcJQmxs0OZPiOAf4dOkRqxTuKmfxYCUW6DaSNCdHpCTLumNb+BB 5rVHXk8E1XEvDMZVWGESX4Vbh7iihwFzvYwbz8XUQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrheejgdehfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkofgggfestdekredtredttdenucfhrhhomhepvfhhohhmrghsucfo ohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtffrrg htthgvrhhnpedtuedtudegffetjeehuefggeffieeiuddutddvvdfgieegheelhefggfeg leefheenucffohhmrghinhepshhhsgdrtghipdhlihhnuhigqdgsuhhilhgurdhshhdpug hpughkrdhorhhgnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhf rhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 8 Feb 2022 08:47:22 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Cc: david.marchand@redhat.com, Aaron Conole , Michael Santana Subject: [PATCH] ci: remove outdated default reference tag for ABI Date: Tue, 8 Feb 2022 14:47:15 +0100 Message-Id: <20220208134715.796609-1-thomas@monjalon.net> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 The variable REF_GIT_TAG is set in the CI configuration like .travis.yml or .github/workflows/build.yml. The default value is outdated and probably unused. It is removed completely to avoid forgetting an update in future. Signed-off-by: Thomas Monjalon --- .ci/linux-build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh index c10c1a8ab5..25a7cae120 100755 --- a/.ci/linux-build.sh +++ b/.ci/linux-build.sh @@ -119,7 +119,6 @@ if [ "$ABI_CHECKS" = "true" ]; then export PATH=$(pwd)/libabigail/bin:$PATH REF_GIT_REPO=${REF_GIT_REPO:-https://dpdk.org/git/dpdk} - REF_GIT_TAG=${REF_GIT_TAG:-v19.11} if [ "$(cat reference/VERSION 2>/dev/null)" != "$REF_GIT_TAG" ]; then rm -rf reference -- 2.34.1