This is an automated email from the ASF dual-hosted git repository.
lausen pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/v1.x by this push:
new 7f98e73 Remove build_ccache_wrappers invocation from R-package
unittests (#19305)
7f98e73 is described below
commit 7f98e7389955248503888519c4c845edbae56129
Author: Leonard Lausen <[email protected]>
AuthorDate: Tue Oct 6 21:09:31 2020 -0700
Remove build_ccache_wrappers invocation from R-package unittests (#19305)
https://github.com/apache/incubator-mxnet/issues/19304 reported flaky
compilation failures related to CI ccache configuration.
---
ci/docker/runtime_functions.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh
index a107d53..2e90b5e 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 \