]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
travis: disable OSX for now
authorKarel Zak <kzak@redhat.com>
Tue, 1 Dec 2020 10:44:09 +0000 (11:44 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 1 Dec 2020 10:44:09 +0000 (11:44 +0100)
For weeks we have a problem with timeout on OSX on travis, not sure
how to fix it ... volunteer wanted :-)

 ==> ./bootstrap --prefix=/usr/local/Cellar/cmake/3.19.1 --no-system-libs --paral
 ==> make

 No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
 Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received

 The build has been terminated

Signed-off-by: Karel Zak <kzak@redhat.com>
.travis.yml

index a6765e5871237fd4fcb1a1baf9cbe59e4bc15019..4b56ab159a5fd36490b0e1f08123a67bbcd532b5 100644 (file)
@@ -27,10 +27,10 @@ jobs:
     - dist: precise
       compiler: gcc
       env: PRECISE="yes" MAKE_CHECK="root"
-    - os: osx
-      osx_image: xcode10.1
-      compiler: clang
-      env: MAKE_CHECK="root"
+    #- os: osx
+    #  osx_image: xcode10.1
+    #  compiler: clang
+    #  env: MAKE_CHECK="root"
     - arch: arm64
       compiler: gcc-10
       env: MAKE_CHECK="root"