amoeba opened a new issue, #49560: URL: https://github.com/apache/arrow/issues/49560
### Describe the enhancement requested To do https://github.com/apache/arrow/issues/49404, we need a way for a release manager to build the FlightSQL ODBC installer and sign both the installer and the .dll inside with jsign. To minimize setup for release managers, we can do as much of this as possible in CI and just do signing locally. The idea is: > (Uploading the signed artifacts to GitHub Releases -> Run GitHub Actions via workflow_dispatch -> Build the MSI on GitHub Actions and upload it to GitHub Releases -> Download the MSI from GitHub Releases and sign it) Note: If we are ever able to get a reproducible build for the .DLL and .MSIs, we can use jsign entirely in CI remove most of this. ### Component(s) Continuous Integration, Release, FlightRPC -- 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]
