You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-47876: [C++][FlightRPC] ODBC: macOS .PKG installer for Intel and ARM (#49766)
### Rationale for this change
Generate and upload macOS .pkg installer in CI. The installer is unsigned.
### What changes are included in this PR?
Adds in support for macOS `.PKG` Installer for Intel and ARM. It will install:
```
/Library/ODBC/arrow-odbc
├── doc
│ ├── Connection-Options.md
│ └── LICENSE.txt
└── lib
├── libarrow_flight_sql_odbc.2400.0.0.dylib
├── libarrow_flight_sql_odbc.2400.dylib -> libarrow_flight_sql_odbc.2400.0.0.dylib
└── libarrow_flight_sql_odbc.dylib -> libarrow_flight_sql_odbc.2400.dylib
3 directories, 5 files
```
If Apache Arrow Flight SQL ODBC is already registered in the system DSN on the user machine, the installer will not overwrite the registration.
### Are these changes tested?
Tested on Intel macOS. Team will test ARM installer using ARM machine later.
### Are there any user-facing changes?
Developers can download the `.pkg` installers for usage.
* GitHub Issue: #47876
Lead-authored-by: justing-bq <62349012+justing-bq@users.noreply.github.com>
Co-authored-by: Alina (Xi) Li <96995091+alinaliBQ@users.noreply.github.com>
Co-authored-by: vic-tsang <victor.tsang@improving.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
0 commit comments