bkmgit commented on a change in pull request #11562:
URL: https://github.com/apache/arrow/pull/11562#discussion_r739033233
##########
File path: dev/release/VERIFY.md
##########
@@ -74,3 +74,98 @@ You need to set `PKG_CONFIG_PATH` to find libffi on macOS:
```console
% export PKG_CONFIG_PATH=$(brew --prefix libffi)/lib/pkgconfig:$PKG_CONFIG_PATH
```
+
+### Dependencies for C++, C Glib, GO, Javascript, Python, Ruby
+
+Possible setups to be able to run the verification script that
+can be adapted to different situations. GO and Javascript are
+installed by the script in the testing environment.
+
+By default the script will try to verify all implementations and
+bindings. Should one of them fail, it can be helpful to repeat
+the failed test and run the tests which have not been completed.
+This can be done by setting environment variables, for example
+```console
+% env "TEST_DEFAULT=0" env "TEST_GO=1" bash
dev/release/verify-release-candidate.sh source 6.0.0 3
+```
+
+##### Ubuntu 20.04
Review comment:
@kou There are verification scripts at
-
https://github.com/bkmgit/arrow/blob/ARROW-14446/.github/workflows/rc_rocky.yml
-
https://github.com/bkmgit/arrow/blob/ARROW-14446/.github/workflows/rc_alma.yml
which run the files in `dev/tasks/verify-rc-rocky` and in
`dev/tasks/verify-rc-alma`. Still need to figure out how to put these in the
`dev/tasks/verify-rc` directory since Docker is not needed for verification on
Ubuntu.
--
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]