Commit b5d28a9b authored by illsilin's avatar illsilin
Browse files

add tunnel verification

parent 32c91ec4
...@@ -244,6 +244,7 @@ def cmake_build(Map conf=[:]){ ...@@ -244,6 +244,7 @@ def cmake_build(Map conf=[:]){
export SCCACHE_REDIS="redis://${env.CK_SCCACHE}" export SCCACHE_REDIS="redis://${env.CK_SCCACHE}"
echo "connect = ${env.CK_SCCACHE}" >> ../script/redis-cli.conf echo "connect = ${env.CK_SCCACHE}" >> ../script/redis-cli.conf
stunnel ../script/redis-cli.conf stunnel ../script/redis-cli.conf
netstat -tulnp | grep -i stunnel
../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