1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-08-02 14:27:35 +00:00

Travis: Cache toolchain

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.
This commit is contained in:
Ben Wiederhake 2020-03-07 17:38:16 +01:00 committed by Andreas Kling
parent 0edae63cc0
commit 36ba0a35ee
4 changed files with 182 additions and 3 deletions

View file

@ -1,3 +1,5 @@
# Created by QEMU build
config-temp
config.log
# For caching the entire toolchain (useful on Travis)
Cache/