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

Allow for building plugins separately from VAST #1532

Merged
merged 8 commits into from
Apr 8, 2021

Conversation

dominiklohmann
Copy link
Member

@dominiklohmann dominiklohmann commented Apr 7, 2021

📔 Description

In essence, this enables the following workflow:

cmake -S . -B build.vast
cmake --build build.vast
cmake --install build.vast

cmake -S path/to/plugin -B build.plugin
cmake --build build.plugin
cmake --install build.plugin

📝 Checklist

  • All user-facing changes have changelog entries.
  • The changes are reflected on docs.tenzir.com/vast, if necessary.
  • The PR description contains instructions for the reviewer, if necessary.

🎯 Review Instructions

Commit-by-commit.

I still need to make it possible to run unit and integration tests, so while the first commit is reviewable this PR is not complete yet.

@dominiklohmann dominiklohmann added the feature New functionality label Apr 7, 2021
@dominiklohmann dominiklohmann force-pushed the story/ch21757/external-plugins branch from 31ac39c to 02918bf Compare April 7, 2021 12:55
@dominiklohmann dominiklohmann marked this pull request as ready for review April 7, 2021 12:55
@dominiklohmann dominiklohmann requested a review from tobim April 7, 2021 12:55
@dominiklohmann dominiklohmann force-pushed the story/ch21757/external-plugins branch 6 times, most recently from a9c6666 to 8ffc2f3 Compare April 8, 2021 10:04
@dominiklohmann dominiklohmann requested a review from tobim April 8, 2021 10:56
Copy link
Member

@tobim tobim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I verified that this works locally.

@dominiklohmann
Copy link
Member Author

I need to rebase this once more after #1444 is in, then I'll merge it.

In essence, this enables the following workflow:

```bash
cmake -S . -B build.vast
cmake --build build.vast
cmake --install build.vast

cmake -S path/to/plugin -B build.plugin
cmake --build build.plugin
cmake --install build.plugin
```
@dominiklohmann dominiklohmann force-pushed the story/ch21757/external-plugins branch from 8481435 to 0b8fde3 Compare April 8, 2021 14:00
@dominiklohmann dominiklohmann enabled auto-merge April 8, 2021 14:38
@dominiklohmann dominiklohmann merged commit dd254c4 into master Apr 8, 2021
@dominiklohmann dominiklohmann deleted the story/ch21757/external-plugins branch April 8, 2021 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants