Re: Add ppc64le arch to Gitlab CI

2020-07-21 Thread Michael Weiser
Hello Niels, On Tue, Jun 23, 2020 at 09:50:20AM +0200, Niels Möller wrote: > > I investigated this issue. The Debian image used for Gitlab CI only > > supports the following archs amd64 mips armhf arm64. To add a new arch, > > this arch should be added to the sources list of apt and install the

Re: Add ppc64le arch to Gitlab CI

2020-06-23 Thread Niels Möller
Maamoun TK writes: > I made a workaround by installing the required packages for ppc64el via > .gitlab-ci.yml > I will post the patch with big endian support for the optimized functions. I think it would be good to have the patch for ppc testing first, so we can have it up and running before

Re: Add ppc64le arch to Gitlab CI

2020-06-23 Thread Maamoun TK
I made a workaround by installing the required packages for ppc64el via .gitlab-ci.yml I will post the patch with big endian support for the optimized functions. ___ nettle-bugs mailing list nettle-bugs@lists.lysator.liu.se

Re: Add ppc64le arch to Gitlab CI

2020-06-23 Thread Niels Möller
Maamoun TK writes: > I investigated this issue. The Debian image used for Gitlab CI only > supports the following archs amd64 mips armhf arm64. To add a new arch, > this arch should be added to the sources list of apt and install the > required packages to build and check nettle library. Looks

Add ppc64le arch to Gitlab CI

2020-06-22 Thread Maamoun TK
I investigated this issue. The Debian image used for Gitlab CI only supports the following archs amd64 mips armhf arm64. To add a new arch, this arch should be added to the sources list of apt and install the required packages to build and check nettle library.