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

[BUG] Windows installer is missing files. #43

Closed Yury-Fridlyand closed 1 year ago

Yury-Fridlyand commented 1 year ago

What is the bug? A driver can't run if installed by package created by CI. Dependency files are missing. image It should contain zlib, libcurl, vld, aws-cpp-sdk, aws-c-sdk and all dependencies.

How can one reproduce the bug? Steps to reproduce the behavior:

  1. Build installer from main or download from GH CI
  2. Install
  3. Try to use driver

What is the expected behavior? Installer should contain all required files.

What is your host/environment? main @ 9b8d366

Do you have any screenshots? TODO

Do you have any additional context? Maybe caused by #27