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

fix: do not query terminal when running in a CI context #3941

Merged
merged 1 commit into from
Jan 28, 2022

Conversation

muesli
Copy link
Contributor

@muesli muesli commented Jan 28, 2022

This prevents mc from querying the terminal via OSC when running in a CI context, like CircleCI. As the CI never responds to the query we get stuck in a read we can not cancel.

Fixes #3938.

This prevents mc from querying the terminal via OSC when running in a
CI context, like CircleCI. As the CI never responds to the query we
get stuck in a read we can not cancel.

Fixes minio#3938.
@harshavardhana harshavardhana merged commit 068e19a into minio:master Jan 28, 2022
@muesli muesli deleted the bump-lipgloss branch January 28, 2022 17:40
adfost pushed a commit to adfost/mc that referenced this pull request Oct 28, 2022
This prevents mc from querying the terminal via OSC when running in a
CI context, like CircleCI. As the CI never responds to the query we
get stuck in a read we can not cancel.

Fixes minio#3938.
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.

Latest release causes stdout issues - stdout hanging on multiple commands
3 participants