lidavidm commented on code in PR #345:
URL: https://github.com/apache/arrow-adbc/pull/345#discussion_r1067333384


##########
dev/release/verify-release-candidate.sh:
##########
@@ -484,7 +484,7 @@ test_glib() {
 
   # Install bundler if doesn't exist
   if ! bundle --version; then
-    gem install --user-install --no-document bundler
+    gem install --no-document bundler 
--install-dir="${ARROW_TMPDIR}/glib-build/gems" pkg/*.gem -- ${gem_flags}

Review Comment:
   If we do this, don't we also need to add this directory to $PATH?



-- 
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]

Reply via email to