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

build: Disable cargo progress in CI jobs using tty #1419

Open
wants to merge 1 commit into
base: I67a788f80925bd2d075d9a0443b44835d90b168d
Choose a base branch
from

Conversation

ronh-rs
Copy link
Collaborator

@ronh-rs ronh-rs commented Jan 14, 2025

Some buildkite jobs using the docker-compose plugin have tty on because
it results in colored output. However, if cargo detects tty, it creates
progress bars... which are wholly unnecessary in CI jobs. This update
sets CARGO_TERM_PROGRESS_WHEN=never when enabling tty in the
docker-compose plugin.

Some buildkite jobs using the docker-compose plugin have tty on because
it results in colored output.  However, if cargo detects tty, it creates
progress bars... which are wholly unnecessary in CI jobs.  This update
sets CARGO_TERM_PROGRESS_WHEN=never when enabling tty in the
docker-compose plugin.

Change-Id: I9453179b4294fefd003bf370c5184adf20a4a7a6
Reviewed-on: https://gerrit.readyset.name/c/readyset/+/8625
Tested-by: Buildkite CI
Reviewed-by: Michael Zink <[email protected]>
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.

1 participant