From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1D40CA0526 for ; Wed, 22 Jul 2020 16:44:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D79862B86; Wed, 22 Jul 2020 16:44:27 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 1C3161BE90 for ; Wed, 22 Jul 2020 16:44:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1595429065; 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: in-reply-to:in-reply-to:references:references; bh=kp2Zw0XF2dT0eFzxzS6LRIAePbelj3L3t1fbGO9oJ5c=; b=MZUPTigIMdpeQWewI6CKwiNyoG0YozDTpc4pVNZAHhjJrTGp9QVHsBnb5A3uPoDQ+xs0BL Xnu3B+RQ/BozVvabX6mXawT0httUMXiE5jjm7whg6o0srS0xGjU0N8bzrlJb9hflHRc12W Nzv4M1Yp/zGnUzm8sWReZaR/dQ/03KE= 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-255-jzRozOruNkieXpuv2a8_Hg-1; Wed, 22 Jul 2020 10:44:18 -0400 X-MC-Unique: jzRozOruNkieXpuv2a8_Hg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A15A08EBA42; Wed, 22 Jul 2020 14:44:17 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-117-20.rdu2.redhat.com [10.10.117.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DD49C7B41E; Wed, 22 Jul 2020 14:44:15 +0000 (UTC) From: Aaron Conole To: Juraj =?utf-8?Q?Linke=C5=A1?= Cc: "ci\@dpdk.org" References: <17a484531bae4754aae5e78e5324b780@pantheon.tech> Date: Wed, 22 Jul 2020 10:44:15 -0400 In-Reply-To: <17a484531bae4754aae5e78e5324b780@pantheon.tech> ("Juraj \=\?utf-8\?Q\?Linke\=C5\=A1\=22's\?\= message of "Wed, 22 Jul 2020 14:18:45 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-ci] OBS project configuration X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" Juraj Linke=C5=A1 writes: > Hi Aaron, > > =20 > > I've tinkered a bit with the initial repository/architecture configuratio= n. Here's what I looked at: > https://build.opensuse.org/repositories/home:jlinkes - a bunch of RedHat/= Debian systems on all supported > architectures. > > =20 > > First a general note: the rpm .spec file defines the make build instead o= f meson build. This currently leads to failures in rpm > builds, so we need to change it to meson build (I don't think using MAKE_= PAUSE=3Dn is the way to go, since make build is > going to be deprecated). Yes. > You can look at the results here: https://build.opensuse.org/package/show= /home:jlinkes/upstream_master. I think we > can enable the passing repositories right away. Some notes about .deb fai= lures: > > =C2=B7 Debian_9.0 doesn't even start because it doesn't have the p= roper packages: nothing provides debhelper >=3D 10.3~, > (got version 10.2.5) etc. I think we can leave Debian 9 out since there's= still Debian 10 that works fine. Awesome. > =C2=B7 xUbuntu_18.04 errors because of ERROR: Meson version is 0.4= 5.1 but project requires >=3D 0.47.1. This is basically the > same as Debian 9. However, Ubuntu 18.04 is a popular distribution, so we = might want to think of a workaround. Maybe we > disable it now a enable later if we find one. > > =20 > > I did a run with older code in https://build.opensuse.org/package/show/ho= me:jlinkes/series_10567, but that still uses > make build, so it's not very useful. There are build errors, but those co= uld go away with meson build and maybe the > systems won't even have the proper version of meson. > > =20 > > For now, what makes sense to me is to enable the Debian repositories exce= pt Debian 9 and Ubuntu 18.04, then changing > rpms to build with meson and testing it and then we can enable Red Hat re= positories based on how that goes. Okay. I'm still waiting on a request to install obs client on the build server. If that doesn't go through this week, I plan to modify the job to force install it with pip3 (NOTE: I had to make a few modifications to your pull request - I'll send you a PATCH file when it's done to see if you like it and then we can 'merge'). > Regards, > > Juraj