jjb: binutils-gdb: use ccache
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 25 Apr 2023 18:27:45 +0000 (14:27 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 25 Apr 2023 20:12:03 +0000 (16:12 -0400)
commit8306891807c88241b56543a38dd074ba6f7eeaa2
tree619147ae5e298f4ee497d261a3940eed105ae324
parentd05fa6f12b8d33c5cff8952ec1ecac05f67d0e08
jjb: binutils-gdb: use ccache

Use ccache to speed up builds when possible.

We have witnessed that the ccache mechanism to regulate the cache size
didn't work under Jenkins for some reason, causing the cache directory
to grow indefinitely.  Run `ccache -c` at the start of each job to force
ccache to do some cleanup and ensure the cache is not over the allowed
size.

Change-Id: I54698ed5ed7b4fd8b416f9864d33d5aae2d67ecd
scripts/binutils-gdb/build.sh
This page took 0.024294 seconds and 4 git commands to generate.