You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/12 09:31:36 UTC

[GitHub] lebeg closed pull request #13212: [WIP] Drop ccache for build_ubuntu_cpu_clang39_mkldnn (v1.3.x)

lebeg closed pull request #13212: [WIP] Drop ccache for build_ubuntu_cpu_clang39_mkldnn (v1.3.x)
URL: https://github.com/apache/incubator-mxnet/pull/13212
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh
index ba88b3886d7..0b963116f66 100755
--- a/ci/docker/runtime_functions.sh
+++ b/ci/docker/runtime_functions.sh
@@ -368,6 +368,8 @@ build_ubuntu_cpu_clang60() {
 build_ubuntu_cpu_clang39_mkldnn() {
     set -ex
 
+    export CCACHE_RECACHE=1
+
     export CXX=clang++-3.9
     export CC=clang-3.9
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services