-
Notifications
You must be signed in to change notification settings - Fork 95
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
macos workflow: don't upgrade existing packages #1217
Conversation
Set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK environment variable to prevent upgrading preinstalled packages. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## sdf9 #1217 +/- ##
=======================================
Coverage 88.35% 88.35%
=======================================
Files 63 63
Lines 10093 10093
=======================================
Hits 8918 8918
Misses 1175 1175 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
actually, this doesn't quite fix it. There is a conflict when installing the brew
|
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
trying a workaround in 094bb72 |
@scpeters did you launch a new job ? |
it is passing now https://github.com/gazebosim/sdformat/actions/runs/3849859656/jobs/6559340034 |
I copied this workaround from RobotLocomotion/drake-external-examples#252, and it appears to be working |
🦟 Bug fix
Fixes macOS CI
Summary
Set
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK
environment variable to prevent upgrading preinstalled packages, since current CI builds are failing when upgrading one of the existing packages. I saw a hint for this in the console output of a failed build:https://github.com/gazebosim/sdformat/actions/runs/3681027316/jobs/6557385982
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.