forked from jetify-com/devbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bin-wrappers] Don't use wrappers on run (jetify-com#1361)
## Summary When doing `devbox run` the environment is always correct because commands are run in a new sub-process with correct computed environment therefore wrappers are not needed. This is a low handing fruit that should improve performance when doing `devbox run` ## How was it tested? ``` ➜ devbox git:(main) ✗ devbox run which go /Users/mike/dev/jetpack-repos/devbox/.devbox/nix/profile/default/bin/go ➜ devbox git:(main) ✗ devbox shell Starting a devbox shell... (devbox) ➜ devbox git:(main) ✗ which go /Users/mike/dev/jetpack-repos/devbox/.devbox/virtenv/.wrappers/bin/go ```
- Loading branch information
1 parent
dd6d815
commit 0466f6a
Showing
6 changed files
with
46 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters