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

Change CI provisioning #4538

Merged
merged 6 commits into from
May 25, 2024
Merged

Change CI provisioning #4538

merged 6 commits into from
May 25, 2024

Commits on May 23, 2024

  1. Change CI provisioning

    Sphinx unpinned. lxml pinned as <5 rather than a specific version.
    
    Experimentally, add two workflows: Ubuntu 24.04 and Windows 2022
    
    Signed-off-by: Mats Wichmann <[email protected]>
    mwichmann committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8075e03 View commit details
    Browse the repository at this point in the history
  2. Runners: add pkg for ubuntu

    Also temporarily drops Ubuntu 22.04 from the matrix to get a
    quicker result.
    
    Use -j4 for build.
    
    Signed-off-by: Mats Wichmann <[email protected]>
    mwichmann committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c34a34e View commit details
    Browse the repository at this point in the history
  3. Split Linux and Windows workflows

    Signed-off-by: Mats Wichmann <[email protected]>
    mwichmann committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1fd9c7f View commit details
    Browse the repository at this point in the history
  4. Github actions: update versions and names

    The rest of the used action scripts are updated to today's current.
    
    The names of our actions are changed to match the task so it's
    easier to look at GH reports and see the difference (aka, don't
    call them all "run" like the examples).
    
    Signed-off-by: Mats Wichmann <[email protected]>
    mwichmann committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d00ba60 View commit details
    Browse the repository at this point in the history
  5. Put a line in the wrong place - fail-fast

    Signed-off-by: Mats Wichmann <[email protected]>
    mwichmann committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0b5d1fa View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Add some skips for Windows runner

    To address later.
    
    Signed-off-by: Mats Wichmann <[email protected]>
    mwichmann committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7b5748b View commit details
    Browse the repository at this point in the history