-
-
Notifications
You must be signed in to change notification settings - Fork 905
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: darwin native rake tasks follow convention
That is, darwin tasks now mirror the linux and windows tasks even though there's no guest container (only a child process). This way we avoid having darwin-specific handling from the POV of the person invoking rake. The native platform tasks previously named "guest" are now named "builder" because that's a more descriptive and more accurate name, especially since (on darwin) there's no actual guest.
- Loading branch information
1 parent
17c84fc
commit 440dc4e
Showing
2 changed files
with
27 additions
and
15 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