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

Cleanup stack build output in circleci #1905

Merged
merged 1 commit into from Jun 9, 2021

Conversation

jhrcek
Copy link
Collaborator

@jhrcek jhrcek commented Jun 9, 2021

Figuring out stuff from circleci logs is currently pretty annoying due to stack's ansi terminal progress output:

Screenshot from 2021-06-09 19-05-53

This are great when running stack interactively, but they clutter output in CI.
This behavior can be disabled by using --no-terminal. From stack build --help:

  --[no-]terminal          Enable/disable overriding terminal detection in the
                           case of running in a false terminal

Copy link
Member

@Ailrun Ailrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thank you for the update!

@Ailrun Ailrun added the merge me Label to trigger pull request merge label Jun 9, 2021
@mergify mergify bot merged commit 7ea2f65 into haskell:master Jun 9, 2021
@jhrcek jhrcek deleted the jhrcek/stack-no-terminal-circle-ci branch June 10, 2021 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me Label to trigger pull request merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants