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: Silence nonsense macOS errors in GitHub Actions #43

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

joeyparrish
Copy link
Member

Errors from "brew unlink" like "Error: No such keg: /opt/homebrew/Cellar/aom" are not important for us, since we are proactively removing homebrew packages that could potentially interfere with static linking. But GitHub Actions sees "Error: " in the log and promotes this line to the summary for the job.

Since nothing in "brew unlink" output matters, silence that command completely.

Errors from "brew unlink" like "Error: No such keg: /opt/homebrew/Cellar/aom" are not important for us, since we are proactively removing homebrew packages that could potentially interfere with static linking.  But GitHub Actions sees "Error: " in the log and promotes this line to the summary for the job.

Since nothing in "brew unlink" output matters, silence that command completely.
@joeyparrish joeyparrish merged commit 89274ac into shaka-project:main Oct 10, 2024
7 checks passed
@joeyparrish joeyparrish deleted the silence-macos branch October 10, 2024 14:45
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Dec 17, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants