opensearch-project / opensearch-project/sql-odbc
Build zip artifact for ODBC driver on Mac
Open
@dai-chen is already working on this.
Since Jun 29, 2021.
enhancement
- Dominant language
- C++
- Stars
- 10
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.