Skip to content

Commit

Permalink
more ccache shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Oct 24, 2019
1 parent 110e41f commit f46bd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi

ccache_dir="/home/iojs/.ccache/${image_name}"
ccache_tempdir_name="${linux_x64_container_suite}_${BUILD_NUMBER}"
ccache_tempdir_host="${image_name}/${ccache_tempdir_name}"
ccache_tempdir_host="${ccache_dir}/${ccache_tempdir_name}"
ccache_tempdir_container="/home/iojs/.ccache/${ccache_tempdir_name}"
echo "Using ccache directory: ${ccache_dir}"
mkdir -p "${ccache_tempdir_host}"
Expand Down

0 comments on commit f46bd6d

Please sign in to comment.