Remove references to ccache. 76/3476/1
authorThomas F Herbert <therbert@redhat.com>
Tue, 18 Oct 2016 18:20:42 +0000 (14:20 -0400)
committerThomas F Herbert <therbert@redhat.com>
Tue, 18 Oct 2016 18:21:10 +0000 (14:21 -0400)
Change-Id: Ie3578599ec8493efb748fcf3602ed4fde22e77dc
Signed-off-by: Thomas F Herbert <therbert@redhat.com>
jjb/rpm_dpdk/include-raw-rpm_dpdk-pkg-build.sh

index 1da7a4b..faff839 100644 (file)
@@ -3,13 +3,6 @@
 set -e -o pipefail
 # do nothing but print the current slave hostname
 hostname
-export CCACHE_DIR=/tmp/ccache
-if [ -d $CCACHE_DIR ];then
-    echo $CCACHE_DIR exists
-    du -sk $CCACHE_DIR
-else
-    echo $CCACHE_DIR does not exist.  This must be a new slave.
-fi
 
 echo "cat /etc/bootstrap.sha"
 if [ -f /etc/bootstrap.sha ];then