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

[do not merge] Build SCE content by default in rhel9 and rhel10 products #12488

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2024

  1. Build SCE by default for RHEL 9 and 10

    Change the `build_product` convenient script so that it will
    build SCE by default for the `rhel9` and `rhel10` product.
    jan-cerny committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    93ebc2d View commit details
    Browse the repository at this point in the history
  2. Unify location of the SCE option

    SCE should be built in Ubuntu 20.04 and 22.04 products. However, this
    is specified only in the CI workflow description. In previous commit we
    have started to build SCE in RHEL 9 and 10. If we would like to start
    testing it in CI, we could do it either by changing the CI workflow
    description or the build_product script. It would be less complex if we
    could unify it in a single place which is the build_product script.
    jan-cerny committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d04435e View commit details
    Browse the repository at this point in the history
  3. Build SCE on RHEL

    jan-cerny committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2a81f80 View commit details
    Browse the repository at this point in the history