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

build-script: T3664: Allowed all options in both config file and comm… #622

Merged
merged 1 commit into from
May 17, 2024

Commits on May 15, 2024

  1. build-script: T3664: Allowed all options in both config file and comm…

    …and args
    
    Moved defaults away from argparser to `defaults.py`. This unlocks the ability to
    pass values that can be defined as command line arguments via a config file.
    
    With this change logic looks like this (in order of overrides).
    
    Pre-build config:
    `data/defaults.toml` -> `build-flavors/<flavor>.toml` ->
    `--<command line argument>`
    
    Build config:
    `defaults.py` -> `data/defaults.toml` -> `build-types/<type>.toml` ->
    `architectures/<architecture>.toml` -> `build-flavors/<flavor>.toml` ->
    `--<command line argument>`
    zdc committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8186e82 View commit details
    Browse the repository at this point in the history