diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-05-30 07:54:09 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-05-30 08:32:29 -0400 |
commit | fac2eeeb9d718bdb892eef9adf333ea61ba8f3d0 (patch) | |
tree | 8743bf4d75492baad56b5dfb9476b09dc560410b /.cirrus.yml | |
parent | 98ebe7896dabbdfc787dfdb83277ba3de22e318f (diff) |
cirrus: Remove no longer needed install step
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 0 insertions, 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 |