From 94ea3e3a23c357e977c0e2109de04ee0e07944a0 Mon Sep 17 00:00:00 2001 From: psi29a Date: Wed, 6 Jul 2022 07:54:23 +0000 Subject: [PATCH] disable android's install step to work around no space left --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67898dc0af..20163db409 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -584,7 +584,7 @@ Ubuntu_AndroidNDK_arm64-v8a: - CI/before_script.android.sh - cd build - cmake --build . -- -j $(nproc) - - cmake --install . + - # cmake --install . # no one uses builds anyway, disable until 'no space left' is resolved - ccache -s - df -h - ls | grep -v -e '^extern$' -e '^install$' | xargs -I '{}' rm -rf './{}'