From afa573f464a77ee887faa858faf1d963b2087abd Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 11 Mar 2020 16:28:02 +0100 Subject: .cirrus.yml: disable ccache as cache uploading can be super slow --- .cirrus.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 86e90ae2..086e6875 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -13,14 +13,15 @@ task: CIRRUS_CLONE_DEPTH: 1 MAKE_FLAGS: -j 4 - cache: - folder: $HOME/.ccache + # Disable cache: its upload can take up to 30 minutes! + #cache: + # folder: $HOME/.ccache pkginstall_script: - pkg install -y autoconf automake libtool pkgconf sqlite3 tiff ccache gmake configure_script: - ./autogen.sh - - CC="ccache cc" CXX="ccache c++" ./configure --disable-static + - ./configure --disable-static compile_script: - gmake $(MAKE_FLAGS) test_script: -- cgit v1.2.3