Skip to content

Commit

Permalink
Move away from MAKEFLAGS to MAKE env var due to arrow R package weird…
Browse files Browse the repository at this point in the history
…ness. (#97)
  • Loading branch information
jcferretti authored Oct 12, 2023
1 parent 9f734ba commit a7b32ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ RUN set -eux; \
RUN set -eux; \
. "${PREFIX}/env.sh"; \
echo 'install.packages(c("Rcpp", "arrow", "R6", "dplyr", "testthat", "xml2", "lubridate", "zoo"), repos="http://cran.us.r-project.org", quiet=TRUE)' | \
MAKEFLAGS="-j${NCPUS}" R --no-save
MAKE="make -j${NCPUS}" R --no-save

0 comments on commit a7b32ba

Please sign in to comment.