facebook / openbmc

OpenBMC is an open software framework to build a complete Linux image for a Board Management Controller (BMC).
633 stars 277 forks source link

travis-ci: remove sstate caching #111

Closed williamspatrick closed 4 years ago

williamspatrick commented 4 years ago

Per https://docs.travis-ci.com/user/caching/#things-not-to-cache we should not be caching large compiled binaries, which is effectively what the sstate-cache is. Currently we are telling TravisCI to "cache" this build output directory but then never using it and they are tens of GB in size. Disable this caching feature and simply download the latest sstate cache.

Signed-off-by: Patrick Williams patrickw3@fb.com

williamspatrick commented 4 years ago

DO_NOT_MERGE. I'll check Travis CI and then import internally.