Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 71589782B1F for <~alpine/devel@lists.alpinelinux.org>; Tue, 21 Apr 2020 09:40:23 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dereferenced.org; s=default; t=1587462022; 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=DX483lH5oO/UbFkOSi3O8gNs/0k8kmblsncABoyhrJg=; b=rtCbj8a0gTjUcjPCFuauU6Lt50JyQ8fwQudhVkt4jpy/EQUoY56mUhmasPZ/k7DzgKxeeA 8sWk8Y8sHPr1txi8HRNmEajlLFkg0i9sdnlE8JEyTsAxu0GGA/t/4KogL3MMNR3F5RcTS3 PsAZSfQb93GMCD6WrE85yw4kWhOZP6I= From: Ariadne Conill To: ~alpine/devel@lists.alpinelinux.org Cc: =?utf-8?B?546L5rSq6JmO?= , =?utf-8?B?546L5oCA5Y2/?= , =?utf-8?B?5rGq6Zu3?= , =?utf-8?B?546L6ZOt?= , =?utf-8?B?6buE5L2z5paH?= , =?utf-8?B?5L6v6Iqz5Lic?= , =?utf-8?B?5p2c5bed?= , =?utf-8?B?5YiY5bCP5Lic?= Subject: Re: alpine is not support mips64el platform on apk packages source Date: Tue, 21 Apr 2020 03:40:10 -0600 Message-ID: <2275139.trlylqD8t3@localhost> In-Reply-To: <58b37594.9874.1719c0d9764.Coremail.liuxiaodong@loongson.cn> References: <58b37594.9874.1719c0d9764.Coremail.liuxiaodong@loongson.cn> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.40 Hello, On Tuesday, April 21, 2020 3:24:28 AM MDT =E5=88=98=E5=B0=8F=E4=B8=9C wrote: > Hi, >=20 > I am a developer from Loongson company (R & D CPU/mip64el). I really need > help from the community. I am the person doing primary coordination of the mips ports in Alpine. > In order to meet the needs of our customers for alpine docker images, we= =20 > have made alpine docker images version 3.9 successfully based on community > source code. We need to make official images to solve this > problemfundamentally, but the difficult is lack of apk package on mips64el > platform. We want to cooperates with our alpine community to develop the > alpine linux ecosystem on the mips64el platform. We can provide maintenan= ce > and anything community needs to prosper the mips64el platform ecology. Many packages have already been adapted for mips64el, but we have not done a mips64el build. We are interested in supporting both mips64 and mips64el on Alpine, as well as mips/mipsel. We are not presently interested in mips64r6 or mips32r6, as they use different bytecode. We are *especially* interested in supporting Loongson on mips64el, but it is not so easy for us to acquire hardware to test with. Our builders are based on 16-core Cavium Octeon3 CPUs at present, but it would be nice to have some Loongson hardware in the mix as well. The main blocker for Docker right now is that several dependencies of Docker assume that mips is 32-bit O32 ABI. We are working on solving these dependencies so we can begin producing Docker images and enabling CI. Your help with this would be appreciated, as well as a reliable source of Loongson hardware. Those are the main things we would need to be able to support Loongson effectively in Alpine. Thanks, Ariadne