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

x.py: allow configuring the build directory #71994

Merged
merged 1 commit into from
May 9, 2020

Commits on May 9, 2020

  1. x.py: allow configuring the build directory

    This allows configuring the directory for build artifacts, instead of having it always be ./build. This means you can set it to a constant location, letting you reuse the same cache while working in several different directories.
    
    The configuration lives in config.toml under build.build-dir. By default, it keeps the existing default of ./build, but it can be configured to any relative or absolute path. Additionally, it allows making outputs relative to the root of the git repository using $ROOT.
    jyn514 committed May 9, 2020
    Configuration menu
    Copy the full SHA
    df36ec0 View commit details
    Browse the repository at this point in the history