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

GitHub Actions: testing-mac.yml: do not run brew update, as an immediate workaround. #3759

Conversation

leleliu008
Copy link
Member

@leleliu008 leleliu008 commented Jul 4, 2023

I have been paying attention to the issue of brew update. There is no perfect solution as far as I known till now. so , I think just do not run brew update as an immediate workaround.

folks keep reporting this issue to GitHub Actions Team and Homebrew Team:

actions/runner#2677
Homebrew/brew#15621

…ate workaround

Signed-off-by: leleliu008 <leleliu008@gmail.com>
@codecov
Copy link

codecov bot commented Jul 4, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (2058211) 83.01% compared to head (89ed09b) 83.01%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3759   +/-   ##
=======================================
  Coverage   83.01%   83.01%           
=======================================
  Files         227      227           
  Lines       55128    55128           
=======================================
  Hits        45766    45766           
  Misses       9362     9362           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@leleliu008 leleliu008 requested a review from masatake July 4, 2023 13:49
@leleliu008 leleliu008 merged commit 9b421f1 into universal-ctags:master Jul 4, 2023
37 checks passed
@masatake
Copy link
Member

masatake commented Jul 4, 2023

Thank you.

myungjoo added a commit to myungjoo/nnstreamer that referenced this pull request Aug 28, 2023
Fix the error:
```
==> Pouring python@3.11--3.11.5.monterey.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/2to3
Target /usr/local/bin/2to3
already exists. You may want to remove it:
  rm '/usr/local/bin/2to3'
```

Reference: universal-ctags/ctags#3759

This is a workaround. When homebrew resumes working in github-action,
we need to revert this.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
myungjoo added a commit to nnstreamer/nnstreamer that referenced this pull request Aug 28, 2023
Fix the error:
```
==> Pouring python@3.11--3.11.5.monterey.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/2to3
Target /usr/local/bin/2to3
already exists. You may want to remove it:
  rm '/usr/local/bin/2to3'
```

Reference: universal-ctags/ctags#3759

This is a workaround. When homebrew resumes working in github-action,
we need to revert this.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
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.

2 participants