mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
Travis: Show cache sizes before upload
Uploading the cache takes several minutes. This gives us a handy way to tell which parts the worst culprits are. The Toolchain cache seems to be the worst offender by far, because the binary size nearly doubled when we upgraded from gcc9 to gcc10.
This commit is contained in:
parent
a2ad0ae5fc
commit
c6c9679cfc
1 changed files with 3 additions and 0 deletions
|
@ -46,5 +46,8 @@ script:
|
|||
- CTEST_OUTPUT_ON_FAILURE=1 make test
|
||||
- cd Meta/Lagom
|
||||
- ./test-js
|
||||
# These feel like they should go into a script. However, that would be a Travis-specific script, and this is *the* right place for travis-specific stuff.
|
||||
- cd "$SERENITY_ROOT"/Toolchain/Cache
|
||||
- du -ch * || true
|
||||
- du -sch /home/travis/.ccache/* || true
|
||||
- du -sch /var/cache/apt/archives/*.deb || true
|
||||
|
|
Loading…
Add table
Reference in a new issue