Re: Upstream tip wanted: CI service for Big Endian acrhes

2021-03-28 Thread Jun Aruga
For this old topic running CI services for Big endian arches, I just share the current tips. Until recently Travis CI with the native s390x was a candidate. Though it's not really free for every open source project, if your project can pay the fee, it might be a candidate.

Re: Upstream tip wanted: CI service for Big Endian acrhes

2018-11-13 Thread Jun Aruga
I just created the topic on Travis community page. https://travis-ci.community/t/multiarch-testing-tips/862 Jun ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of

Re: Upstream tip wanted: CI service for Big Endian acrhes

2018-11-12 Thread Josh Stone
On 11/12/18 6:57 AM, Dan Horák wrote: > On Mon, 12 Nov 2018 13:32:57 +0100 > Miro Hrončok wrote: > >> Recently I've reported some Big Endian related test failures to an >> upstream project [0]. >> >> I was asked by an upstream project maintainer, whether I know some >> free Continuous

Re: Upstream tip wanted: CI service for Big Endian acrhes

2018-11-12 Thread Jun Aruga
Travis Ci (or any CI) + multiarch (QEMU) project + Big-endian arch enables testing on big-endian arch. As far as I know, this is the easiest way to test big-endian on the CI. ``` $ docker run --rm --privileged multiarch/qemu-user-static:register --reset $ docker run --rm -t

Re: Upstream tip wanted: CI service for Big Endian acrhes

2018-11-12 Thread Brian Stinson
On Nov 12 13:32, Miro Hrončok wrote: > Recently I've reported some Big Endian related test failures to an upstream > project [0]. > > I was asked by an upstream project maintainer, whether I know some free > Continuous Integration services where they can easily run their testsuite on > Big

Re: Upstream tip wanted: CI service for Big Endian acrhes

2018-11-12 Thread Dan Horák
On Mon, 12 Nov 2018 11:02:45 -0500 Randy Barlow wrote: > On Mon, 2018-11-12 at 13:32 +0100, Miro Hrončok wrote: > > Recently I've reported some Big Endian related test failures to an > > upstream project [0]. > > > > I was asked by an upstream project maintainer, whether I know some > > free

Re: Upstream tip wanted: CI service for Big Endian acrhes

2018-11-12 Thread Randy Barlow
On Mon, 2018-11-12 at 13:32 +0100, Miro Hrončok wrote: > Recently I've reported some Big Endian related test failures to an > upstream project [0]. > > I was asked by an upstream project maintainer, whether I know some > free > Continuous Integration services where they can easily run their >

Re: Upstream tip wanted: CI service for Big Endian acrhes

2018-11-12 Thread Jerry James
On Mon, Nov 12, 2018 at 8:19 AM Miroslav Suchý wrote: > Use Mock builds (on Travis?) with --forcearch. See > https://github.com/rpm-software-management/mock/wiki/Release-Notes-1.4.11 If I try to use mock with --forcearch s390x on my x86_64 box, and the buildroot pulls in gdk-pixbuf2, then

Re: Upstream tip wanted: CI service for Big Endian acrhes

2018-11-12 Thread Dan Horák
On Mon, 12 Nov 2018 13:32:57 +0100 Miro Hrončok wrote: > Recently I've reported some Big Endian related test failures to an > upstream project [0]. > > I was asked by an upstream project maintainer, whether I know some > free Continuous Integration services where they can easily run their >

Re: Upstream tip wanted: CI service for Big Endian acrhes

2018-11-12 Thread Miroslav Suchý
Dne 12. 11. 18 v 13:32 Miro Hrončok napsal(a): >  * COPR (but there is no big endian arch) >  * (Ab)using Koji (I guess that would be considered a bad practice?) >  * using QUEMU on Travis CI [1] Use Mock builds (on Travis?) with --forcearch. See

Upstream tip wanted: CI service for Big Endian acrhes

2018-11-12 Thread Miro Hrončok
Recently I've reported some Big Endian related test failures to an upstream project [0]. I was asked by an upstream project maintainer, whether I know some free Continuous Integration services where they can easily run their testsuite on Big Endian. Any tips? * Upstream uses Travis CI to