ci: Enable ccache in the container builds.
authorEric Anholt <eric@anholt.net>
Fri, 6 Mar 2020 21:23:20 +0000 (13:23 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 17 Mar 2020 17:44:39 +0000 (10:44 -0700)
commitba39cc5e85ef3b2c14803d21f6fe437620432227
treeb5ccfe647f55c687143419758fef156880caf56b
parentaf7dca35602be1eda7481176cec596181c8fec41
ci: Enable ccache in the container builds.

This should reduce our container rebuild times, particularly on the
40-minute ARM build (which is split across only 2 runners and thus likely
to have a hot cache) when working on updating containers.

Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4099>
.gitlab-ci/container/arm_build.sh
.gitlab-ci/container/arm_test.sh
.gitlab-ci/container/container_post_build.sh [new file with mode: 0755]
.gitlab-ci/container/container_pre_build.sh [new file with mode: 0755]
.gitlab-ci/container/x86_build.sh
.gitlab-ci/container/x86_build_old.sh
.gitlab-ci/container/x86_test-gl.sh
.gitlab-ci/container/x86_test-vk.sh