alinaliBQ opened a new pull request, #49766:
URL: https://github.com/apache/arrow/pull/49766
### Rationale for this change
GH-47876
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.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]