Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Faustin Lammler
mariadb-10.1
Commits
44b57694
Commit
44b57694
authored
Apr 16, 2019
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
44b57694
...
...
@@ -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 \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment