Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ archive-filter: name: "$CI_JOB_NAME" paths: - bin/* expire_in: 30 days expire_in: 60 days .build-filters: image: registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:slim-latest Loading init-ccache.sh +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ ccache --set-config=max_size=75G \ --set-config=sloppiness=time_macros echo ">> [$(date)] Cleaning unused cache files and statistics" ccache --evict-older-than 30d ccache --evict-older-than 60d ccache -z echo ">> [$(date)] Recompressing existing cache entries" Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ archive-filter: name: "$CI_JOB_NAME" paths: - bin/* expire_in: 30 days expire_in: 60 days .build-filters: image: registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:slim-latest Loading
init-ccache.sh +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ ccache --set-config=max_size=75G \ --set-config=sloppiness=time_macros echo ">> [$(date)] Cleaning unused cache files and statistics" ccache --evict-older-than 30d ccache --evict-older-than 60d ccache -z echo ">> [$(date)] Recompressing existing cache entries" Loading