[jenkins-ci PATCH] guests: enable ccache on CentOS installs

Since we enabled use of EPEL in our CentOS installs, we should pull in the ccache package to speed up builds. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- guests/vars/mappings.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml index 9833856..0f7af48 100644 --- a/guests/vars/mappings.yml +++ b/guests/vars/mappings.yml @@ -111,7 +111,6 @@ mappings: ccache: default: ccache - CentOS: check: default: check -- 2.24.1

On Wed, 2020-03-25 at 18:11 +0000, Daniel P. Berrangé wrote:
Since we enabled use of EPEL in our CentOS installs, we should pull in the ccache package to speed up builds.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- guests/vars/mappings.yml | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Andrea Bolognani <abologna@redhat.com> dwarves can also undergo the same treatment. Feel free to squash the relevant change into this same commit. -- Andrea Bolognani / Red Hat / Virtualization
participants (2)
-
Andrea Bolognani
-
Daniel P. Berrangé