-
Notifications
You must be signed in to change notification settings - Fork 75
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
sdformat9, gazebo11: use tinyxml1 #2526
Conversation
build bottle |
I guess, after this change I started to periodically get an error when installing gazebo11:
See the log: https://github.com/okalachev/flix/actions/runs/7514522280/job/20457487348#step:3:661. |
@scpeters, the problem still occurs :( |
what happens if you |
@scpeters, It gets installed during So |
Update, this error is gone, after I added |
that sounds like actions/setup-python#577 we use the following to workaround it: https://github.com/gazebosim/sdformat/blob/sdf14/.github/workflows/macos.yml#L19-L26 |
a new version of protobuf was recently merged to homebrew-core, which broke our binary bottles, so they are being rebuilt (see #2527). |
@scpeters, thanks, I'll be waiting for that! |
the gazebo11 bottle was rebuilt in #2538 |
Part of #2503 and #2505. Depend on a
brew extract
ed formula instead ofhomebrew/core/tinyxml
in preparation for the removal oftinyxml
from homebrew-core.