You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2019/04/18 09:28:16 UTC

[arrow] branch master updated: ARROW-5183: [CI] Fix AppVeyor failure

This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e99fc4  ARROW-5183: [CI] Fix AppVeyor failure
0e99fc4 is described below

commit 0e99fc4622acd4403d126f594c9c10ee81bd632a
Author: Antoine Pitrou <an...@python.org>
AuthorDate: Thu Apr 18 11:27:59 2019 +0200

    ARROW-5183: [CI] Fix AppVeyor failure
    
    Boost 0.70.0 package is buggy on MinGW, and there's no easy way of downgrading without provoking other issues, so I'm just disabling MinGW entries.
    
    Author: Antoine Pitrou <an...@python.org>
    
    Closes #4169 from pitrou/ARROW-5183-appveyor-mingw-failure and squashes the following commits:
    
    3711a88a7 <Antoine Pitrou> ARROW-5183:  Fix AppVeyor failure
---
 appveyor.yml | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index afc2649..9428c69 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -63,16 +63,18 @@ environment:
     - JOB: "Build_Debug"
       GENERATOR: Ninja
       CONFIGURATION: "Debug"
-    - JOB: "MinGW32"
-      MINGW_PACKAGE_PREFIX: mingw-w64-i686
-      MINGW_PREFIX: c:\msys64\mingw32
-      MSYSTEM: MINGW32
-      USE_CLCACHE: false
-    - JOB: "MinGW64"
-      MINGW_PACKAGE_PREFIX: mingw-w64-x86_64
-      MINGW_PREFIX: c:\msys64\mingw64
-      MSYSTEM: MINGW64
-      USE_CLCACHE: false
+    #- JOB: "MinGW32"
+      #MINGW_ARCH: i686
+      #MINGW_PACKAGE_PREFIX: mingw-w64-i686
+      #MINGW_PREFIX: c:\msys64\mingw32
+      #MSYSTEM: MINGW32
+      #USE_CLCACHE: false
+    #- JOB: "MinGW64"
+      #MINGW_ARCH: x86_64
+      #MINGW_PACKAGE_PREFIX: mingw-w64-x86_64
+      #MINGW_PREFIX: c:\msys64\mingw64
+      #MSYSTEM: MINGW64
+      #USE_CLCACHE: false
     - JOB: "Rust"
       TARGET: x86_64-pc-windows-msvc
       USE_CLCACHE: false