You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #1843 - jtgeibel:travis-cache-fixes, r=jtgeibel
Travis cache fixes
Build times have regressed and we are spending a lot of time doing caching stuff (and downloading/uploading 8GB of compressed data). By manually wiping out the cache, stable and beta build times should align more closely with nightly (which is cleaned on every new nightly release). This PR also fixes the list of pruned binaries:
* Remove update-downloads
* Add enqueue-job
* Sort alphabetically for easier comparison against `ls src/bin`
0 commit comments