From ad05cf612be7c8886e2b16216e6b86715f7437cf Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Tue, 24 Jan 2017 14:38:35 +0100 Subject: [PATCH] Don't setup ccache - check on osx --- gitlab/functions.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitlab/functions.sh b/gitlab/functions.sh index 91511d7..16db75f 100644 --- a/gitlab/functions.sh +++ b/gitlab/functions.sh @@ -194,10 +194,10 @@ prepare_build_env() { ln -sf ${use_ccache} ${ccache_bin}/cc ln -sf ${use_ccache} ${ccache_bin}/c++ fi - PATH=${ccache_bin}:${PATH} - export_env PATH - log_info "ccache installed at ${use_ccache}, caching compilations..." use_gcc=`which gcc` + #PATH=${ccache_bin}:${PATH} + #export_env PATH + #log_info "ccache installed at ${use_ccache}, caching compilations..." log_info "gcc installed at ${use_gcc}..." fi } -- GitLab