Skip to content

Commit c0c1ce4

Browse files
committed
Register ODBC on macOS
1 parent 8045be2 commit c0c1ce4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cpp_extra.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,10 @@ jobs:
395395
export ARROW_CMAKE_ARGS="-DODBC_INCLUDE_DIR=$ODBC_INCLUDE_DIR"
396396
export CXXFLAGS="$CXXFLAGS -I$ODBC_INCLUDE_DIR"
397397
ci/scripts/cpp_build.sh $(pwd) $(pwd)/build
398+
- name: Register Flight SQL ODBC Driver
399+
run: |
400+
chmod +x cpp/src/arrow/flight/sql/odbc/install/mac/install_odbc.sh
401+
sudo cpp/src/arrow/flight/sql/odbc/install/mac/install_odbc.sh $(pwd)/build/cpp/debug/libarrow_flight_sql_odbc.dylib
398402
- name: Test
399403
shell: bash
400404
run: |

0 commit comments

Comments
 (0)