bkmgit commented on code in PR #326: URL: https://github.com/apache/arrow-adbc/pull/326#discussion_r1065084185
########## docs/source/development/releasing.rst: ########## @@ -185,6 +185,68 @@ Voting and approval Start the vote thread on [email protected] and supply instructions for verifying the integrity of the release. Approval requires a net of 3 +1 votes from PMC members. A release cannot be vetoed. +How to Verify Release Candidates +-------------------------------- + +#. Install dependencies. If you are not using Conda (see below), you will need to install all dependencies to build and verify all languages. Either way, at minimum, you will need: + + - cURL + - Docker (to verify binaries) + - Git + - GnuPG + - shasum (built into macOS) or sha256sum/sha512sum (on Linux) + Review Comment: ```suggestion Other language specific dependencies and tools are: - C++ dependencies: gcc and g++ compilers - Python: Python3 interpreter - Ruby dependencies: bundler, glib2 development package, gobject-introsepction development package, ruby development package, and the rake, red-arrow and test-unit gems - Java dependencies: maven and Java development kit - Go: go compiler - Other tools: cmake, libpq development package, meson, ninja-build and sqlite development package ``` -- 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]
