Re: [PATCH] temporarily disable travis-ci arm64 builds

2020-03-20 Thread Илья Шипицин
oook.


I was about to add link to mailing list discussion and travis community
forum.

пт, 20 мар. 2020 г. в 15:57, Willy Tarreau :

> On Wed, Mar 18, 2020 at 11:58:09PM +0500,  ??? wrote:
> > Hello,
> >
> > due to arm64 instability, let us disable arm64 builds until this is
> > resolved.
>
> And applied as well, thanks!
> Willy
>


Re: [PATCH] temporarily disable travis-ci arm64 builds

2020-03-20 Thread Willy Tarreau
On Wed, Mar 18, 2020 at 11:58:09PM +0500,  ??? wrote:
> Hello,
> 
> due to arm64 instability, let us disable arm64 builds until this is
> resolved.

And applied as well, thanks!
Willy



Re: [PATCH] temporarily disable travis-ci arm64 builds

2020-03-20 Thread William Lallemand
On Wed, Mar 18, 2020 at 11:58:09PM +0500, Илья Шипицин wrote:
> Hello,
> 
> due to arm64 instability, let us disable arm64 builds until this is
> resolved.
> 
> Cheers,
> Ilya Shipitcin

> From b39b8a6e4ebcae5a28f497170d4ae8e6b208023f Mon Sep 17 00:00:00 2001
> From: Ilya Shipitsin 
> Date: Wed, 18 Mar 2020 23:37:12 +0500
> Subject: [PATCH] CI: temporarily disable unstable travis arm64 builds
> 

Ilya,

The commit message is mandatory, we won't take your patches if you don't
make the effort to write it, could you add a little bit of explanation
there? For example you could explain what's the problem with travis,
link to a mailing thread where we discussed the problem etc.

Thanks!

-- 
William Lallemand



[PATCH] temporarily disable travis-ci arm64 builds

2020-03-19 Thread Илья Шипицин
Hello,

due to arm64 instability, let us disable arm64 builds until this is
resolved.

Cheers,
Ilya Shipitcin
From b39b8a6e4ebcae5a28f497170d4ae8e6b208023f Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin 
Date: Wed, 18 Mar 2020 23:37:12 +0500
Subject: [PATCH] CI: temporarily disable unstable travis arm64 builds

---
 .travis.yml | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a1e71e35d..f500e02d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,11 +42,13 @@ matrix:
 if: type == push
 compiler: clang
 env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d CC=clang-9
-  - os: linux
-arch: arm64
-if: type == push
-compiler: clang
-env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d CC=clang-9
+##
+## temporarily disabled, until arm64 runners become stable
+#  - os: linux
+#arch: arm64
+#if: type == push
+#compiler: clang
+#env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d CC=clang-9
   - os: linux
 arch: s390x
 if: type == push
-- 
2.24.1