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

feature: add musllinux_1_2 support #1561

Merged
merged 3 commits into from
Aug 7, 2023
Merged

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    6f1b381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    144b852 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. fix[test]: clean-up docker images in test_*linux*_only.py

    We are reaching disk space limits (14 GB) when running tests.
    Add a fixture to clean-up docker images after tests.
    This fixture is applied on tests that pull a specific image for one test only in order not to take too much time pulling that image many times.
    mayeut committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    e32ed3d View commit details
    Browse the repository at this point in the history