Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Remove build_ccache_wrappers invocation from R-package unittests (#19305
Browse files Browse the repository at this point in the history
)

#19304 reported flaky compilation failures related to CI ccache configuration.
  • Loading branch information
leezu authored Oct 7, 2020
1 parent 3b69c60 commit 7f98e73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 7f98e73

Please sign in to comment.