From 77a00acc05f84117c266c1c319821d114401d126 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 26 Aug 2024 15:23:27 +0200 Subject: [PATCH] CI: disable Travis-CI s390x which has been broken for nearly one month now, and they still haven't fixed it --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 55591a6d55..b234ebb65a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,13 +14,13 @@ matrix: fast_finish: true include: - - os: linux - dist: jammy - compiler: gcc - arch: s390x - env: - - BUILD_NAME=linux_generic - - DETAILS="linux, s390x" + #- os: linux + # dist: jammy + # compiler: gcc + # arch: s390x + # env: + # - BUILD_NAME=linux_generic + # - DETAILS="linux, s390x" - os: linux dist: jammy