Commit f1d5cb6c authored by xoviat's avatar xoviat Committed by GitHub
Browse files

docker: link up ccache directory

parent e3a874a0
...@@ -9,7 +9,7 @@ set -e ...@@ -9,7 +9,7 @@ set -e
if [ $USE_CCACHE == 1 ]; then if [ $USE_CCACHE == 1 ]; then
# Link up the correct location for ccache # Link up the correct location for ccache
ln -s /ccache $HOME/.ccache ln -s /parent-home/.ccache $HOME/.ccache
# Now install ccache # Now install ccache
yum install -y ccache yum install -y ccache
......
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