jonkeane commented on a change in pull request #11394:
URL: https://github.com/apache/arrow/pull/11394#discussion_r727485794



##########
File path: ci/docker/linux-apt-r.dockerfile
##########
@@ -79,7 +79,7 @@ RUN if [ "${gcc_version}" != "" ]; then \
 COPY ci/etc/rprofile /arrow/ci/etc/
 RUN cat /arrow/ci/etc/rprofile >> $(R RHOME)/etc/Rprofile.site
 # Also ensure parallel compilation of C/C++ code
-RUN echo "MAKEFLAGS=-j$(R -s -e 'cat(parallel::detectCores())')" >> $(R 
RHOME)/etc/Makeconf
+RUN echo "MAKEFLAGS=-j$(R -s -e 'cat(parallel::detectCores())')" >> $(R 
RHOME)/etc/Renviron.site

Review comment:
       Yeah, assuming no one else finds something better / finds an obvious 
thing I've done wrong with Makevars to explain why it didn't work




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