Re: [PATCH 3/3] gitlab-ci-edk2.yml: Use ccache

2020-01-07 Thread Laszlo Ersek
On 01/06/20 19:46, Philippe Mathieu-Daudé wrote: > By using ccache we reduce the job duration from > 40 minutes 26 seconds to 32 minutes 6 seconds. > > Running after script... > $ ccache --show-stats > cache hit (direct) 6604 > files in cache 12090 >

Re: [PATCH 3/3] gitlab-ci-edk2.yml: Use ccache

2020-01-07 Thread Philippe Mathieu-Daudé
On 1/7/20 11:19 AM, Laszlo Ersek wrote: On 01/06/20 19:46, Philippe Mathieu-Daudé wrote: By using ccache we reduce the job duration from 40 minutes 26 seconds to 32 minutes 6 seconds. Running after script... $ ccache --show-stats cache hit (direct) 6604 files in cac

[PATCH 3/3] gitlab-ci-edk2.yml: Use ccache

2020-01-06 Thread Philippe Mathieu-Daudé
By using ccache we reduce the job duration from 40 minutes 26 seconds to 32 minutes 6 seconds. Running after script... $ ccache --show-stats cache hit (direct) 6604 files in cache 12090 cache size 335.5 MB For now downloading