From 8d13ad5de7a72c61ae904c1d10e9c81d194d6d5b Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 20 Mar 2018 17:57:39 +0100 Subject: [PATCH] Do not store archive is the base dep archive. Now that we use a skip file to skip download, we don't need to store all the archives but just the skip file. --- travis/compile_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/compile_all.py b/travis/compile_all.py index 1f068e5..8202fa2 100755 --- a/travis/compile_all.py +++ b/travis/compile_all.py @@ -111,7 +111,7 @@ def make_deps_archive(target, full=False): relative_path = BASE_DIR if full: - files_to_archive += [ARCHIVE_DIR] + files_to_archive += ARCHIVE_DIR.glob(".*_ok") files_to_archive += BASE_DIR.glob('*/.*_ok') files_to_archive += SOURCE_DIR.glob('*/.*_ok') files_to_archive += [SOURCE_DIR/'pugixml-{}'.format(