Skip to content

Commit 1c34565

Browse files
committed
Remove ODBC from MinGW build
See #48019
1 parent 53cf1c9 commit 1c34565

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/cpp.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
ARROW_DATASET: ON
311311
ARROW_FLIGHT: ON
312312
ARROW_FLIGHT_SQL: ON
313-
ARROW_FLIGHT_SQL_ODBC: ON
313+
ARROW_FLIGHT_SQL_ODBC: OFF
314314
ARROW_GANDIVA: ON
315315
ARROW_GCS: ON
316316
ARROW_HDFS: OFF
@@ -389,10 +389,6 @@ jobs:
389389
PIPX_BASE_PYTHON: ${{ steps.python-install.outputs.python-path }}
390390
run: |
391391
ci/scripts/install_gcs_testbench.sh default
392-
- name: Register Flight SQL ODBC Driver
393-
shell: cmd
394-
run: |
395-
call "cpp\src\arrow\flight\sql\odbc\tests\install_odbc.cmd" ${{ github.workspace }}\build\cpp\%ARROW_BUILD_TYPE%\libarrow_flight_sql_odbc.dll
396392
- name: Test
397393
shell: msys2 {0}
398394
run: |

0 commit comments

Comments
 (0)