mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-05 16:41:32 +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:
commit
bd8b2b005b
1 changed files with 2 additions and 2 deletions
|
@ -584,14 +584,14 @@ Ubuntu_AndroidNDK_arm64-v8a:
|
||||||
- CI/before_script.android.sh
|
- CI/before_script.android.sh
|
||||||
- cd build
|
- cd build
|
||||||
- cmake --build . -- -j $(nproc)
|
- cmake --build . -- -j $(nproc)
|
||||||
- cmake --install .
|
# - cmake --install . # no one uses builds anyway, disable until 'no space left' is resolved
|
||||||
- ccache -s
|
- ccache -s
|
||||||
- df -h
|
- df -h
|
||||||
- ls | grep -v -e '^extern$' -e '^install$' | xargs -I '{}' rm -rf './{}'
|
- ls | grep -v -e '^extern$' -e '^install$' | xargs -I '{}' rm -rf './{}'
|
||||||
- cd ..
|
- cd ..
|
||||||
- df -h
|
- df -h
|
||||||
- du -sh build/
|
- 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 apt-cache/
|
||||||
- du -sh ccache/
|
- du -sh ccache/
|
||||||
- du -sh build/extern/fetched/
|
- du -sh build/extern/fetched/
|
||||||
|
|
Loading…
Reference in a new issue