Skip to content

[Feature Request] Allow configuring path of buck-out directory #858

Open
@MrBeanCpp

Description

Currently, Buck2 creates the buck-out directory at the root of the repository.
And there doesn't appear to be a way to configure this path.

I would appreciate it if there could be an option that allows specifying a custom path for the buck-out directory.

In my use case, where the code directory is mounted as read-only, it's not possible to write to this directory within the repository itself.
As a result, I need the ability to specify a custom path for buck-out outside of the repository.

This could be implemented through either:

  • A configuration option in .buckconfig
  • A command-line parameter

This would allow better flexibility and integration with systems where the code repository

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions