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

ci: add fedora38 builder, update flux-security default to 0.8.0 #5160

Merged
merged 3 commits into from May 8, 2023

Commits on May 8, 2023

  1. docker: add Dockerfile for fedora38

    Problem: flux-core can't run ci tests on fedora38 since there's
    no base Dockerfile for this Fedora version.
    
    Add a Dockerfile for fedora38.
    grondo committed May 8, 2023
    Configuration menu
    Copy the full SHA
    c6650f9 View commit details
    Browse the repository at this point in the history
  2. ci: add Fedora 38 build

    Problem: There is no CI build that tests with Python 3.11 or GCC 13.
    
    Add a Fedora 38 build to ci which has these versions of Python and GCC.
    grondo committed May 8, 2023
    Configuration menu
    Copy the full SHA
    5d16c22 View commit details
    Browse the repository at this point in the history
  3. ci: update default flux-security version to v0.8.0

    Problem: The default FLUX_SECURITY_VERSION used in docker-run-checks.sh
    is v0.7.0, but there is v0.8.0 version of flux-security that should
    be used in testing.
    
    Update the default FLUX_SECURITY_VERSION to 0.8.0.
    grondo committed May 8, 2023
    Configuration menu
    Copy the full SHA
    c701a0b View commit details
    Browse the repository at this point in the history