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

backport: fix cbs el9 build issue #700

Merged

Commits on Oct 5, 2022

  1. Skip validation of build environment

    We are checking maximum number of available file descriptors when
    building engine for all support permutations. But in CBS this validation
    doesn't work because maximum number of available file descriptors is not
    reported properly. And we are also limiting number of workers for GWT
    build, so we don't get near this limit.
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    42144cf View commit details
    Browse the repository at this point in the history
  2. Increase GWT localWorkers to 2

    Having 2 localWorkers for GWT build decreases compilation time
    significantly and it doesn't exceed available resources in CBS.
    
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    1ea1b56 View commit details
    Browse the repository at this point in the history