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

[rhcos-4.16] osbuild: make building with OSBuild the default #3820

Merged
merged 2 commits into from
Jun 13, 2024

Commits on Jun 12, 2024

  1. osbuild: make building with OSBuild the default

    Now all of our streams are ready to be switched to OSBuild and RHCOS
    latest streams are also switched over. Let's make it the default so
    we don't have to set COSA_USE_OSBUILD=1 any longer. This also has
    the side effect of making all CI run with OSBUild now too.
    
    (cherry picked from commit 4d94dc3)
    
    4.16 is already being built with `COSA_USE_OSBUILD` today.
    Cherry-picking this will allow us to clean up our pipecfg.
    dustymabe authored and jlebon committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5728387 View commit details
    Browse the repository at this point in the history
  2. Revert "ci: Use scos (at least for now)"

    This reverts commit 0b659af.
    
    That was meant to be a temporary measure but lingered for a while. As
    mentioned there, ideally, we'd build both, but if we only build one, let
    it be RHCOS.
    
    (cherry picked from commit 06ae3e1)
    
    That should fix CI.
    jlebon committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    933c9d8 View commit details
    Browse the repository at this point in the history