diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh index a107d537cd96..2e90b5e8d25e 100755 --- a/ci/docker/runtime_functions.sh +++ b/ci/docker/runtime_functions.sh @@ -1188,7 +1188,6 @@ unittest_ubuntu_minimal_R() { mkdir -p /tmp/r-site-library # build R packages in parallel mkdir -p ~/.R/ - build_ccache_wrappers echo "MAKEFLAGS = -j"$(nproc) > ~/.R/Makevars # make -j not supported make -f R-package/Makefile rpkg \ @@ -1217,7 +1216,6 @@ unittest_ubuntu_gpu_R() { mkdir -p /tmp/r-site-library # build R packages in parallel mkdir -p ~/.R/ - build_ccache_wrappers echo "MAKEFLAGS = -j"$(nproc) > ~/.R/Makevars # make -j not supported make -f R-package/Makefile rpkg \