Commit d4da8469 authored by illsilin's avatar illsilin
Browse files

fix syntax for the cache tag

parent 4a33575e
...@@ -253,7 +253,7 @@ def cmake_build(Map conf=[:]){ ...@@ -253,7 +253,7 @@ def cmake_build(Map conf=[:]){
else else
export SCCACHE_C_CUSTOM_CACHE_BUSTER=gfx90 export SCCACHE_C_CUSTOM_CACHE_BUSTER=gfx90
fi fi
echo "SCCACHE_C_CUSTOM_CACHE_BUSTER: ${SCCACHE_C_CUSTOM_CACHE_BUSTER}" echo \$SCCACHE_C_CUSTOM_CACHE_BUSTER
stunnel ../script/redis-cli.conf stunnel ../script/redis-cli.conf
../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