Skip to content

Use image with postgresql for ruby cache job

What does this MR do and why?

Use image with postgresql present when creating ruby gem cache. This is required in order for pg gem to correctly compile native extensions and can lead to a corrupt cache otherwise. This issue did not materialise because by default we always reinstall pg gem right now which we might want to optimise as it adds 15 seconds or so even with cache fully present.

References

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading