Skip to content

Commit ee4e8e6

Browse files
Turn ARROW_GCS back off in mingw C++ workflow
1 parent 2dbed38 commit ee4e8e6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cpp.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,12 @@ jobs:
276276
ARROW_DATASET: ON
277277
ARROW_FLIGHT: ON
278278
ARROW_GANDIVA: ON
279-
ARROW_GCS: ON
279+
# 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
280285
ARROW_HDFS: OFF
281286
ARROW_HOME: /mingw${{ matrix.mingw-n-bits }}
282287
ARROW_JEMALLOC: OFF

0 commit comments

Comments
 (0)