1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-06 18:40:23 +00:00

Merge branch 'android-no-space-left-workaround' into 'master'

disable android's install step to work around no space left

See merge request OpenMW/openmw!2105
This commit is contained in:
psi29a 2022-07-06 09:31:16 +00:00
commit bd8b2b005b

View File

@ -584,14 +584,14 @@ 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 './{}'
- cd ..
- df -h
- du -sh build/
- du -sh build/install/
# - du -sh build/install/ # no install dir because it's commented out above
- du -sh apt-cache/
- du -sh ccache/
- du -sh build/extern/fetched/