"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "9680e09d807498ffe9d6f3cf057e87fa0d95eaf9"
Commit cacc7f70 authored by illsilin's avatar illsilin
Browse files

define SCCACHE_REDIS

parent f6ef6163
...@@ -241,6 +241,7 @@ def cmake_build(Map conf=[:]){ ...@@ -241,6 +241,7 @@ def cmake_build(Map conf=[:]){
export COMPILERS_HASH_DIR=/tmp/.sccache export COMPILERS_HASH_DIR=/tmp/.sccache
export SCCACHE_BIN=/usr/local/.cargo/bin/sccache export SCCACHE_BIN=/usr/local/.cargo/bin/sccache
export SCCACHE_EXTRAFILES=/tmp/.sccache/rocm_compilers_hash_file export SCCACHE_EXTRAFILES=/tmp/.sccache/rocm_compilers_hash_file
export SCCACHE_REDIS="redis://${env.CK_CCACHE}"
../script/sccache_wrapper.sh --enforce_redis ../script/sccache_wrapper.sh --enforce_redis
fi fi
""" """
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment