hiroyuki-sato opened a new pull request, #46682:
URL: https://github.com/apache/arrow/pull/46682

   ### Rationale for this change
   
   This PR fixes the bug introduced in #46527.
   
   ### What changes are included in this PR?
   
   If the environment variable `INSTALL_ARGS` doesn't set,
   the R command will execute,
   `CMD INSTALL arrow*tar.gz`.
   
   otherwise if `INSTALL_ARGS="--with-keep.source --no-multiarch"`
   
   `CMD INSTALL --with-keep.source --no-multiarch arrow*tar.gz`
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   No.


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