Skip to content

Commit

Permalink
Turn ARROW_GCS back off in mingw C++ workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Jun 25, 2022
1 parent 2dbed38 commit ee4e8e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,12 @@ jobs:
ARROW_DATASET: ON
ARROW_FLIGHT: ON
ARROW_GANDIVA: ON
ARROW_GCS: ON
# With GCS on,
# * MinGW 32 build OOMs (maybe turn off unity build?)
# * MinGW 64 fails to compile the GCS filesystem tests, some conflict
# with boost. First error says:
# D:/a/_temp/msys64/mingw64/include/boost/asio/detail/socket_types.hpp:24:4: error: #error WinSock.h has already been included
# ARROW_GCS: ON
ARROW_HDFS: OFF
ARROW_HOME: /mingw${{ matrix.mingw-n-bits }}
ARROW_JEMALLOC: OFF
Expand Down

0 comments on commit ee4e8e6

Please sign in to comment.