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

Dependency ordering is not supported #149

Closed
adamMeeruTech opened this issue Jun 12, 2020 · 2 comments
Closed

Dependency ordering is not supported #149

adamMeeruTech opened this issue Jun 12, 2020 · 2 comments

Comments

@adamMeeruTech
Copy link

When defining the Build Inputs, the defined paths are not built in any sort of meaningful order.

In the example below, I expect to have the shared path get built first, and then my application in '.'

  [Build.Input.GitFiles]
    paths = ["../shared", "."]

Is there a way to accomplish dependency ordering that maybe i'm just missing?

Thanks!

@fho
Copy link
Collaborator

fho commented Jun 15, 2020

No, baur currently does not support build dependencies.
The Build Inputs only specify the files that are hashed to describe the current state of the application source files.
When the hash changes, the application is rebuild.

Other build tools exist that support to specify build dependencies, maybe
please (https://please.build), bazel or pants does what you are looking for?

@fho
Copy link
Collaborator

fho commented Jun 17, 2020

Related discussion: #154

@fho fho closed this as completed Jun 17, 2020
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

2 participants