nealrichardson commented on a change in pull request #11394:
URL: https://github.com/apache/arrow/pull/11394#discussion_r727477384
##########
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:
There are 3 other places we have this same line, should we change them
too?
--
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]