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

Feature Request: Multiple build-base and install-base for multiple base-paths #619

Open
tonynajjar opened this issue Feb 22, 2024 · 0 comments

Comments

@tonynajjar
Copy link

tonynajjar commented Feb 22, 2024

It's possible to have multiple base-paths currently but it's not possible to have multiple build-base or install-base. I have 2 workspaces, one underlay and one overlay, and I would like to configure different build-base and install-base for them respectively. Something like:

{
  "build":
    {
      "symlink-install": true,
      "mixin": ["ccache", "release"],
      "base-paths":
        [
          "/home/tony/underlay_ws/src",
          "/home/tony/overlay_ws/src",
        ],
      "build-base": ["/home/tony/underlay_ws/build", "/home/tony/overlay_ws/build"] , # order would matter to match base-paths order
      "install-base": ["/home/tony/underlay_ws/install", "/home/tony/overlay_ws/install",
    },
}

We should also consider what this would mean for the mixins and potentially other arguments; are they applied to both workspaces or should we also be able to specifiy different mixins for different workspaces.

@tonynajjar tonynajjar changed the title Multiple build-base and install-base for multiple base-paths Feature Request: Multiple build-base and install-base for multiple base-paths Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant