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

actions: Add muliprocessing start-method to matrix #1255

Commits on Feb 6, 2024

  1. actions: Add muliprocessing start-method to matrix

    Add multiprocessing start-method to matrix so that we are prepared
    for when python changes to default to spawn. Exclude all python
    versions except 3.12-dev for now.
    
    This adds a conditional ci step that patches the sources just for
    the spawn start-method. It patches all bin/* scripts with python
    shebangs, and also patches the test command in meson.build.
    
    Bug: https://bugs.gentoo.org/914876
    Signed-off-by: Zac Medico <zmedico@gentoo.org>
    zmedico committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b419577 View commit details
    Browse the repository at this point in the history