Skip to content

Commit

Permalink
add ccache to docs build (apache#13832)
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy authored and stephenrawls committed Feb 16, 2019
1 parent 3423b9f commit 517146b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,8 @@ deploy_docs() {
set -ex
pushd .

export CC="ccache gcc"
export CXX="ccache g++"
make docs SPHINXOPTS=-W

popd
Expand Down

0 comments on commit 517146b

Please sign in to comment.