Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore Renovate functionality #1479

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

whabanks
Copy link
Contributor

@whabanks whabanks commented Feb 16, 2023

Summary | Résumé

Alpine docker images use musl rather than glibc which breaks wheel support.

PEP 656 proposes support for musl, the caveat is it's up to package maintainers to support musl based wheels.
For packages that don't support it, C libs are compiled at dependency resolution time increasing docker build times, resulting in Renovate exceeding an internal timeout causing the tool to fail.

This PR swaps out Alpine images for the official Python image python:3.10-slim, restoring support for wheels and cutting dependency resolution times from 300+ seconds to ~56 seconds. In addition the poetry.lock file was updated.

Test instructions | Instructions pour tester la modification

  • Deploy to staging
  • Run smoke tests to ensure functionality is intact

- Resolves long dependency resolution issues
- Will restore Renovate functionality
@github-actions
Copy link

@whabanks whabanks marked this pull request as draft February 16, 2023 19:00
@github-actions
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant