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

Update CI to be run on Fedora 38, 39, and 40. #675

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

Commits on Aug 2, 2024

  1. CI: update to be run on Fedora 38, 39, and 40.

    Signed-off-by: Peter Jones <[email protected]>
    vathpela committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    518ceb1 View commit details
    Browse the repository at this point in the history
  2. CI: use checkout@v4

    Signed-off-by: Peter Jones <[email protected]>
    vathpela committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d75cd3a View commit details
    Browse the repository at this point in the history
  3. CI: work around ownership issue on github

    "make update" with newer distros is giving us:
    
      fatal: detected dubious ownership in repository at '/__w/shim/shim'
      To add an exception for this directory, call:
    
    	git config --global --add safe.directory /__w/shim/shim
    
    So that's exactly what I'm trying.
    
    Signed-off-by: Peter Jones <[email protected]>
    vathpela committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7fc7177 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. CI: disable f40 ia32 build

    Something is broken in the include files for the ia32-on-ia32 buildroot,
    and I don't think anyone is actually doing ia32-on-ia32 builds in the
    wild anyway.  At the same time, ia32 is pretty much dead to begin with.
    
    This takes the test out.
    
    Signed-off-by: Peter Jones <[email protected]>
    vathpela committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0385b26 View commit details
    Browse the repository at this point in the history