-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tiltfile: prevent hang on extension fetch (#5610)
Extensions are fetched via Git, and it's possible for SSH to decide to prompt the user (e.g. host key verification, key file passphrase). We don't have an interactive session, so this results in an indefinite hang at startup while evalutating the Tiltfile. Fix is to pull in tilt-dev/go-get#12, which sets `-o BatchMode yes` on SSH invocations, so that it'll fail if it would result in a prompt, which will be propagated back to the Tiltfile logs so the user can resolve it.
- Loading branch information
Showing
4 changed files
with
18 additions
and
6 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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