-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
brew update/brew upgrade failing with Error: Not a directory @ dir_s_rmdir error strikes back #2248
Comments
Hi @traversaro!
|
Thanks @miketimofeev ! If you agree, I think it would be nice to keep the issue open until the images are deployed, for better visibility for users that may have this problem, thanks! |
Remove old workaround, and add new workaround for actions/runner-images#2248
The fix for actions/runner-images#2248 was deployed, so now we must remove the fix.
Since ~24 hours the workaround provided in #2248 (comment) is still necessary in macOS 10.15 machine, while it is not necessary (and actually it breaks the build) in macOS 11.0 . Is this due to the time necessary for the deployment, or it is intended difference between the two images? Thanks a lot! |
@traversaro , We are deploying new image with fix right now. |
Thanks for the quick reply! |
@traversaro the new image has been deployed, everything works without workarounds now. |
Thanks a lot for the great support! |
The fix for actions/runner-images#2248 was deployed, so now we must remove the fix.
Description
On some scheduled jobs on macOS, since a few hours the
brew update
andbrew upgrade
commands are failing.Area for Triage:
Question, Bug, or Feature?:
Bug
Virtual environments affected
Expected behavior
The commands:
brew update
brew upgrade
Should work fine.
Actual behavior
brew update
brew upgrade
commands fail with error:
See for example https://github.com/robotology/robotology-superbuild/runs/1534684566?check_suite_focus=true .
Repro steps
A description with steps to reproduce the issue. If your have a public example or repo to share,
please provide the link.
brew update
brew upgrade
The text was updated successfully, but these errors were encountered: