Skip to content

Commit ab8c39e

Browse files
committed
Enable ODBC installer build in CI instead of compose.yaml
1 parent 9dd76dd commit ab8c39e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cpp_extra.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ jobs:
380380
build-type: release
381381
format: rpm
382382
run-options: >-
383+
-e ARROW_FLIGHT_SQL_ODBC_INSTALLER=ON
383384
-e ODBC_PACKAGE_FORMAT=RPM
384385
# GH-49582: TODO Enable Debian build for ODBC
385386
# - image: debian-cpp-odbc

compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ services:
564564
ARROW_DEPENDENCY_USE_SHARED: "OFF"
565565
ARROW_FLIGHT_SQL_ODBC: "ON"
566566
ARROW_FLIGHT_SQL_ODBC_CONN: "driver={Apache Arrow Flight SQL ODBC Driver};HOST=dremio_container;port=32010;pwd=admin2025;uid=admin;useEncryption=false;UseWideChar=true;"
567-
ARROW_FLIGHT_SQL_ODBC_INSTALLER: "ON"
568567
ARROW_GANDIVA: "OFF"
569568
ARROW_GCS: "OFF"
570569
ARROW_HDFS: "OFF"

0 commit comments

Comments
 (0)