opensearch-project / sql-odbc

OpenSearchODBC is a read-only ODBC driver for Windows and Mac for connecting to OpenSearch SQL support.
Apache License 2.0
7 stars 17 forks source link

Build zip artifact for ODBC driver on Mac #11

Open dai-chen opened 3 years ago

dai-chen commented 3 years ago

Is your feature request related to a problem? Please describe. Currently ODBC driver is built into .pkg on Mac which introduces more complexity for artifact signing.

Describe the solution you'd like Instead, build zip artifact for ODBC driver on MacOS. This is similar as MySQL which only provides dmg or zip for Mac users.

Describe alternatives you've considered Configure the makefile for cpack to generate zip artifact which includes same files as before.