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

Add support to parse build params from _buildparams file #1037

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

Commits on Nov 18, 2024

  1. Add support to parse build params from _buildparams file

    To allow for custom build tweaks such as `-j1` and
    `--vm-custom-opt=-cpu qemu64` written as separate lines in `_buildparams`
    bmwiedemann committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    7427946 View commit details
    Browse the repository at this point in the history
  2. Add buildparam validation

    to minimize risk to OBS operations.
    
    The pattern for jobs deliberately does not have a * or +
    to not allow DoS or integer overflows.
    bmwiedemann committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0317136 View commit details
    Browse the repository at this point in the history
  3. Support pbuild-style build in dir

    PBuild runs build without chdir into the source-dir
    bmwiedemann committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    fbd8a80 View commit details
    Browse the repository at this point in the history