-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Turbo 2.0: CircleCi exception #8326
Comments
It seems to run from an interactive session fine: I SSH'd into the CircleCi box and ran |
This is odd, I need to do some testing to figure out what state the CircleCI box terminal is in for non-interactive sessions. It looks like there's a TTY setup even though it isn't a true terminal. In the meantime you can add the env var |
It seems this is a known bug/feature of CircleCI that they have a TTY session open e.g.. The Keeping open as we shouldn't panic in this situation. |
this workaround worked for me! i just added it to my
|
We've now documented this workaround for the time being: https://turbo.build/repo/docs/guides/ci-vendors/circleci |
Here is my
|
This also happens in terminals like Emacs eshell. |
I believe this has been fixed with #8457 which was released as part of 2.0.4. If you encounter this with 2.0.4+ please reopen along with your terminal emulator and any other relevant information. |
Verify canary release
Link to code that reproduces this issue
What package manager are you using / does the bug impact?
Yarn v2/v3/v4 (node_modules linker only)
What operating system are you using?
Mac
Which canary version will you have in your reproduction?
turbo@npm:2.0.1
Describe the Bug
CircleCI will throw an exception in testing:
Expected Behavior
It succeeds
To Reproduce
Run CI
Additional context
No response
The text was updated successfully, but these errors were encountered: