We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbed38 commit ee4e8e6Copy full SHA for ee4e8e6
.github/workflows/cpp.yml
@@ -276,7 +276,12 @@ jobs:
276
ARROW_DATASET: ON
277
ARROW_FLIGHT: ON
278
ARROW_GANDIVA: ON
279
- ARROW_GCS: ON
+ # With GCS on,
280
+ # * MinGW 32 build OOMs (maybe turn off unity build?)
281
+ # * MinGW 64 fails to compile the GCS filesystem tests, some conflict
282
+ # with boost. First error says:
283
+ # D:/a/_temp/msys64/mingw64/include/boost/asio/detail/socket_types.hpp:24:4: error: #error WinSock.h has already been included
284
+ # ARROW_GCS: ON
285
ARROW_HDFS: OFF
286
ARROW_HOME: /mingw${{ matrix.mingw-n-bits }}
287
ARROW_JEMALLOC: OFF
0 commit comments