From c59f9d3fd6dbedc16fd0e33b0dc5d5f2b5cbf9a2 Mon Sep 17 00:00:00 2001 From: Leonard Lausen Date: Tue, 6 Oct 2020 17:13:42 -0700 Subject: [PATCH 1/2] Remove build_ccache_wrappers invocation from R-package unittests Fixes https://github.com/apache/incubator-mxnet/issues/19304 --- ci/docker/runtime_functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh index a107d537cd96..d38017a45c71 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 \ From 4e9ca66ca978f6c1e5446b381318c00ac372e1e7 Mon Sep 17 00:00:00 2001 From: Leonard Lausen Date: Tue, 6 Oct 2020 17:14:46 -0700 Subject: [PATCH 2/2] Update runtime_functions.sh --- ci/docker/runtime_functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh index d38017a45c71..2e90b5e8d25e 100755 --- a/ci/docker/runtime_functions.sh +++ b/ci/docker/runtime_functions.sh @@ -1216,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 \