]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: travis-ci: enable arm64 builds again
authorIlya Shipitsin <chipitsine@gmail.com>
Thu, 7 May 2020 15:57:26 +0000 (20:57 +0500)
committerWilly Tarreau <w@1wt.eu>
Thu, 7 May 2020 20:52:17 +0000 (22:52 +0200)
travis-ci arm64 were temporarily disabled due to travis instability.
let us enable them in "allowed to fail" mode.

.travis.yml

index 345c08afeab1bba18b902e20d5e73927e071b0db..0d726879159f22abb7224414d2203d321742aafd 100644 (file)
@@ -43,13 +43,11 @@ matrix:
     if: type == push
     compiler: clang
     env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1f 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.1f CC=clang-9
+  - os: linux
+    arch: arm64
+    if: type == push
+    compiler: clang
+    env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1f CC=clang-9
   - os: linux
     arch: s390x
     if: type == push
@@ -101,6 +99,11 @@ matrix:
     before_script:
       - git clone http://git.1wt.eu/git/libslz.git/
       - cd libslz && make && make PREFIX=${HOME}/opt install && cd ..
+  allow_failures:
+  - os: linux
+    arch: arm64
+    if: type == push
+    compiler: clang
 
 install:
   - git clone https://github.com/VTest/VTest.git ../vtest