Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-08 | Travis: Cache toolchain | Ben Wiederhake | |
This should give a significant boost to Travis speeds, because most of the compile time is spent building the toolchain over and over again. However, the toolchain (or libc or libm) changes only rarely, so most rebuilds can skip this step. The hashing has been put into a separate file to keep it as decoupled as possible from BuiltIt.sh. |