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

Properly versioning external tool dependencies #15909

Open
neuronull opened this issue Jan 11, 2023 · 2 comments
Open

Properly versioning external tool dependencies #15909

neuronull opened this issue Jan 11, 2023 · 2 comments
Labels
domain: deps Anything related to Vector's dependencies domain: setup Anything related to setting up or installing Vector meta: idea Anything in the idea phase. Needs further discussion and consensus before work can begin.

Comments

@neuronull
Copy link
Contributor

Currently we rely on some external tooling some aspects of development.
One such example is cue.

These external tools often get updated, and sometimes those updates break compatability with prior versions.
Developers are left to maintain their local workspaces to the same versions that CI is running.
This is also painful for the larger body of community contibutors. (See #15696 (comment) )

We have make environment but, it would nice if we had something more robust.

One small option to start, is we could have version checks for tools like cue, at the top of the cue scripts. To make sure the user's version meets the requirements of vector.

Other options include nix or tools built on top of nix, like https://github.com/DeterminateSystems/riff .

We should explore these options and make selection to improve the development experience.

@neuronull neuronull added meta: idea Anything in the idea phase. Needs further discussion and consensus before work can begin. domain: deps Anything related to Vector's dependencies domain: setup Anything related to setting up or installing Vector labels Jan 11, 2023
@spencergilbert
Copy link
Contributor

There's also some lighter weight options like asdf and probably direnv that could help

@neuronull
Copy link
Contributor Author

Adding a note to DOCUMENTING.md : #15910

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: deps Anything related to Vector's dependencies domain: setup Anything related to setting up or installing Vector meta: idea Anything in the idea phase. Needs further discussion and consensus before work can begin.
Projects
None yet
Development

No branches or pull requests

2 participants