Commit 44b57694 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Enable ccache in CMake path so it can be used automatically where available

This makes e.g. Gitlab-CI run 3x as fast as without.
parent 89162d2f
......@@ -69,7 +69,7 @@ override_dh_auto_configure:
dh_testdir
mkdir -p $(BUILDDIR) && cd $(BUILDDIR) && \
sh -c 'PATH=$${MYSQL_BUILD_PATH:-"/usr/local/bin:/usr/bin:/bin"} \
sh -c 'PATH=$${MYSQL_BUILD_PATH:-"/usr/lib/ccache:/usr/local/bin:/usr/bin:/bin"} \
CC=${CC} \
CXX=${CXX} \
cmake -DCMAKE_INSTALL_PREFIX=/usr \
......
Supports Markdown
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