From patchwork Fri Dec 23 19:23:19 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 88973 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp3473662qgi; Fri, 23 Dec 2016 11:24:02 -0800 (PST) X-Received: by 10.237.59.97 with SMTP id q30mr16137817qte.77.1482521042317; Fri, 23 Dec 2016 11:24:02 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id t44si20499395qtc.169.2016.12.23.11.24.02; Fri, 23 Dec 2016 11:24:02 -0800 (PST) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id E729A60C91; Fri, 23 Dec 2016 19:24:01 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id AA14960C62; Fri, 23 Dec 2016 19:23:37 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 2AFD8607FB; Fri, 23 Dec 2016 19:23:34 +0000 (UTC) Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) by lists.linaro.org (Postfix) with ESMTPS id 775A0607FB for ; Fri, 23 Dec 2016 19:23:32 +0000 (UTC) Received: by mail-lf0-f42.google.com with SMTP id t196so143445932lff.3 for ; Fri, 23 Dec 2016 11:23:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=SRDtb4KoLFHSeiLFkEb09rnz8hRn+9eLLXgouiqETa8=; b=hcbsYzOvYcfsKn8Sji3xiRaUkitQbcpSH4UntGF9dDLcDNNWbm2vb+1XtORcmAYROX Una62CH3OqaxGumGQo7GmYuabj58rwcO5Om85rurf47Rh5XwIIu49Pk72HFOoAjNLuea G4uwNFRapfOnqZs9+5rR/AqYQaN5utiRU+tyj9JdQCFec6VrEN2CFvvtbV31I0QoXqEz 5L8+HPApm1Qy1J+XTAMRx7aLrH4Eh/yEpcrtzy09C5tV3chdL+XAV7lYW8u+2t25ey8K vmyjHq28+h+noIOgdEV6ouj3sf6Q/wc2wp8E6WQYAibF5t7H30kHwxVdA/SOq51eE755 CqHA== X-Gm-Message-State: AIkVDXKu4mQOsamO+atuZIPmDs41koJmdHdypHsRC96NTy6JRwmcmedfMS9ysipnYtVvIB3CI0E= X-Received: by 10.25.34.18 with SMTP id i18mr5073450lfi.125.1482521011217; Fri, 23 Dec 2016 11:23:31 -0800 (PST) Received: from localhost.localdomain (ppp91-77-165-188.pppoe.mtu-net.ru. [91.77.165.188]) by smtp.gmail.com with ESMTPSA id g63sm2498288ljg.23.2016.12.23.11.23.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 23 Dec 2016 11:23:30 -0800 (PST) From: Maxim Uvarov To: lng-odp@lists.linaro.org Date: Fri, 23 Dec 2016 22:23:19 +0300 Message-Id: <1482521000-17301-2-git-send-email-maxim.uvarov@linaro.org> X-Mailer: git-send-email 2.7.1.250.gff4ea60 In-Reply-To: <1482521000-17301-1-git-send-email-maxim.uvarov@linaro.org> References: <1482521000-17301-1-git-send-email-maxim.uvarov@linaro.org> Subject: [lng-odp] [PATCH 2/3] travis: accelerate dpdk cloning X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" No need to download full history of dpdk for CI runs. Signed-off-by: Maxim Uvarov --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.7.1.250.gff4ea60 diff --git a/.travis.yml b/.travis.yml index cb8484f..745dc53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,9 +36,9 @@ before_install: - export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" # DPDK pktio - TARGET=${TARGET:-"x86_64-native-linuxapp-gcc"} - - git clone http://dpdk.org/git/dpdk dpdk + - git -c advice.detachedHead=false clone -q --depth=1 --single-branch --branch=v16.07 http://dpdk.org/git/dpdk dpdk - pushd dpdk - - git checkout -b bv16.07 v16.07 + - git log --oneline --decorate - make config T=${TARGET} O=${TARGET} - pushd ${TARGET} - sed -ri 's,(CONFIG_RTE_LIBRTE_PMD_PCAP=).*,\1y,' .config