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.
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
orzip
for Mac users.Describe alternatives you've considered Configure the makefile for cpack to generate zip artifact which includes same files as before.