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:
parent
0edae63cc0
commit
36ba0a35ee
4 changed files with 182 additions and 3 deletions
2
Toolchain/.gitignore
vendored
2
Toolchain/.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
# Created by QEMU build
|
||||
config-temp
|
||||
config.log
|
||||
# For caching the entire toolchain (useful on Travis)
|
||||
Cache/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue