This is an automated email from the ASF dual-hosted git repository.
marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 86d5572 Fix Jetson compilation (#13666)
86d5572 is described below
commit 86d557211812b71799e05df024d666188c047d78
Author: Pedro Larroy <[email protected]>
AuthorDate: Tue Dec 18 08:04:36 2018 +0000
Fix Jetson compilation (#13666)
---
ci/docker/runtime_functions.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh
index d12958f..565cd99 100755
--- a/ci/docker/runtime_functions.sh
+++ b/ci/docker/runtime_functions.sh
@@ -133,7 +133,7 @@ build_jetson() {
set -ex
pushd .
- build_ccache_wrappers
+ #build_ccache_wrappers
cp make/crosscompile.jetson.mk ./config.mk
make -j$(nproc)