From fac2eeeb9d718bdb892eef9adf333ea61ba8f3d0 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sat, 30 May 2020 07:54:09 -0400 Subject: [PATCH] cirrus: Remove no longer needed install step --- .cirrus.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index fde5551531..44b49bb397 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -30,9 +30,5 @@ task: folder: "/tmp/ccache_dir" depends_built_cache: folder: "/tmp/cirrus-ci-build/depends/built" - install_script: - - apt-get update - - apt-get -y install git bash ccache - - ccache --max-size=${CCACHE_SIZE} ci_script: - ./ci/test_run_all.sh