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

Suppress Homebrew warnings #48

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Suppress Homebrew warnings #48

merged 1 commit into from
Oct 23, 2024

Conversation

ikalnytskyi
Copy link
Owner

@ikalnytskyi ikalnytskyi commented Oct 22, 2024

When brew is used by this action, it generates a bunch of warnings which are picked up by the github actions capture system and are shown to end users. They are noisy and most of them are expected. In order to avoid alerting end users, this patch suppresses them by passing 'quiet' parameter to the brew binary, unlinking linked keg and suppressing env hints.

@ikalnytskyi ikalnytskyi force-pushed the chore/brew-quiet branch 3 times, most recently from debbabe to 814d2df Compare October 23, 2024 14:35
@ikalnytskyi ikalnytskyi changed the title Use --quiet when invoking brew Suppress Homebrew warnings Oct 23, 2024
When `brew` is used by this action, it generates a bunch of warnings
which are picked up by the github actions capture system and are shown
to end users. They are noisy and most of them are expected. In order to
avoid alerting end users, this patch suppresses them by passing 'quiet'
parameter to the `brew` binary, unlinking linked keg and suppressing env
hints.
@ikalnytskyi ikalnytskyi merged commit 3e4d1e0 into master Oct 23, 2024
24 checks passed
@ikalnytskyi ikalnytskyi deleted the chore/brew-quiet branch October 23, 2024 14:48
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