X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) by lists.alpinelinux.org (Postfix) with ESMTP id 5D4D25C4CCC for ; Fri, 8 Sep 2017 21:16:03 +0000 (GMT) Received: from pps.filterd (m0098421.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v88LDl75065601 for ; Fri, 8 Sep 2017 17:16:02 -0400 Received: from e36.co.us.ibm.com (e36.co.us.ibm.com [32.97.110.154]) by mx0a-001b2d01.pphosted.com with ESMTP id 2cux4g46r4-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 08 Sep 2017 17:16:02 -0400 Received: from localhost by e36.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 8 Sep 2017 15:16:01 -0600 Received: from b03cxnp08026.gho.boulder.ibm.com (9.17.130.18) by e36.co.us.ibm.com (192.168.1.136) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 8 Sep 2017 15:15:59 -0600 Received: from b03ledav004.gho.boulder.ibm.com (b03ledav004.gho.boulder.ibm.com [9.17.130.235]) by b03cxnp08026.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v88LFx2n61341804 for ; Fri, 8 Sep 2017 14:15:59 -0700 Received: from b03ledav004.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id DEDA778038 for ; Fri, 8 Sep 2017 15:15:58 -0600 (MDT) Received: from localhost.localdomain (unknown [9.85.203.249]) by b03ledav004.gho.boulder.ibm.com (Postfix) with ESMTPS id 140E078037 for ; Fri, 8 Sep 2017 15:15:57 -0600 (MDT) Subject: Re: [alpine-devel] Planning for the 3.7 release freeze References: <20170907175001.6908bc04@ncopa-desktop.copa.dup.pw> From: Roberto Oliveira To: alpine-devel@lists.alpinelinux.org Date: Fri, 8 Sep 2017 18:15:55 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: <20170907175001.6908bc04@ncopa-desktop.copa.dup.pw> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 x-cbid: 17090821-0020-0000-0000-00000CAED8D8 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007691; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000227; SDB=6.00914202; UDB=6.00458911; IPR=6.00694461; BA=6.00005576; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00017074; XFM=3.00000015; UTC=2017-09-08 21:16:00 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17090821-0021-0000-0000-00005E0E58C9 Message-Id: <0b6b6861-2ec3-fba1-a7c2-f62d95b03cec@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-09-08_14:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=79 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1709080318 On 09/07/2017 12:50 PM, Natanael Copa wrote: > Hi, > > We are getting closer the 3.7 release. In 3-4 weeks we should have the > build toolchain freeze (anything that is in the build-base dependency > chain). > > Here are some things I'd like to have done before that: > > - gcc 7 > We probably need a separate gcc6-java to be able too bootstrap openjdk > > - new musl release > > - rust on all/more arches > > - rootbld? > > Some of the things I think we should fix before the 3.7 release: > > - gdb 8 > > - support for EFI/GPT in setup-disk (in progress) > > - support for grub in setup-disk on most arches > > - better s390x support > > Infra related issues we should fix before 3.7 release: > > - tier1/tier2 mirrors > > - gpg remailer > > - CI for ppc64le Regarding the CI for ppc64le, I was able to setup a Jenkins[1] in a VM running Alpine. The VM is in Alpinebox ppc64le machine. I initially configured it to build PR opened in my aports repository[2] but it can be easily changed to build PR from the main aports repository. To configure Jenkins, I initially used the same set of scripts from Travis + a patch with some minor changes allowing ppc64le build (PR is opened at [3]). As the VM is already an Alpine, maybe we don't need some parts of Travis scripts, for example to download the apk-tools tar.gz, but we can improve if it is needed. An initial solution could be to keep Travis building x86_64 packages and integrate Jenkins to build the ppc64le packages. I would like to hear any suggestions/thoughts about that. Regards, Roberto Oliveira -- [1] - http://177.220.10.151:8080/job/aports-PR/ [2] - https://github.com/rgdoliveira/aports/pulls [3] - https://github.com/alpinelinux/aports/pull/2286 > > > Anything else? > > We need start to think of drawing a line now so we don't end up with > lots of last minute things that delays the 3.7 release. > > > -nc > > > --- > Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org > Help: alpine-devel+help@lists.alpinelinux.org > --- > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---