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

Feat: add devbox integration #13584

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

stooj
Copy link
Contributor

@stooj stooj commented Dec 11, 2024

Proposed changes

Adds a devbox configuration to install all the repo's requirements for contributing.

Pulumi uses devbox for most providers to give contributors a quick way to get their development environment set up.

It also removes some hurdles for NixOS users if they want to contribute (they don't have /bin/bash)

Pulumi is currently stuck at 3.99, later versions are not building properly.

Some OSes (like NixOS) don't have bash installed at `/bin/bash` so the
included scripts can't be run.

Changing the shebang to use the host's `env` will mean it should work on
all *nix platforms.
Adds the repo requirements as a
[devbox](https://www.jetify.com/docs/devbox/) configuration. This
automates installing the dependencies for contributing to `docs`.
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