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

Install packages from dependency list as part of dev environment #10003

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gregorbg
Copy link
Member

The problem I'm trying to solve is related to #9787: We need a new native dependency clang in the development Docker container, to be able to build native Ruby bindings to Rust code (because one new library relies on native Rust, and in the future there will be at least one more such library).

This means that in its current state, we'd have to tell everyone on the whole team as well as external contributors to rebuild their Docker containers. This can take time and be costly for such a "simple" thing as adding one Debian dependency.

So my idea is to run the install step as part of the new environment base container. If there is a more elegant way to achieve the same goal, please feel free to suggest that instead.

@gregorbg gregorbg marked this pull request as ready for review September 30, 2024 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant