mirror of
https://github.com/Icinga/docker-icinga2.git
synced 2026-05-05 10:56:12 +02:00
Show ccache stats
This commit is contained in:
parent
1d713f6f46
commit
6beed164f1
@ -2,6 +2,7 @@
|
||||
set -exo pipefail
|
||||
|
||||
export PATH="/usr/lib/ccache:$PATH"
|
||||
ccache -z
|
||||
|
||||
mkdir icinga2-bin
|
||||
mkdir build
|
||||
@ -19,3 +20,5 @@ make install "DESTDIR=$(pwd)/../icinga2-bin"
|
||||
cd ..
|
||||
|
||||
rm icinga2-bin/etc/icinga2/features-enabled/mainlog.conf
|
||||
|
||||
ccache -s
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user