summaryrefslogtreecommitdiffstats
path: root/opal-ci/build-ubuntu-16.04.sh
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-11-17 09:31:46 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-11-24 16:34:15 +1100
commit1ed90e228d58c7f9ba768cf5719fe2666149602b (patch)
tree25cf44a1b0202d574a9999154ee02538d68ae4e2 /opal-ci/build-ubuntu-16.04.sh
parent930fa2caf84d9160cb22ee5a4e59bdc810d8b411 (diff)
downloadtalos-skiboot-1ed90e228d58c7f9ba768cf5719fe2666149602b.tar.gz
talos-skiboot-1ed90e228d58c7f9ba768cf5719fe2666149602b.zip
travis/opal-ci: enable ccache for everything
caching most of skiboot build, saves us maybe a minute Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'opal-ci/build-ubuntu-16.04.sh')
-rwxr-xr-xopal-ci/build-ubuntu-16.04.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/opal-ci/build-ubuntu-16.04.sh b/opal-ci/build-ubuntu-16.04.sh
index 8352be87..731b6714 100755
--- a/opal-ci/build-ubuntu-16.04.sh
+++ b/opal-ci/build-ubuntu-16.04.sh
@@ -5,7 +5,7 @@ set -e
MAKE_J=`grep -c processor /proc/cpuinfo`
-export CROSS=powerpc64le-linux-gnu-
+export CROSS="ccache powerpc64le-linux-gnu-"
make -j${MAKE_J} all
(cd opal-ci; ./build-qemu-powernv.sh)
OpenPOWER on IntegriCloud