Commit 08e2e68
committed
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`2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments