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 MacOS CI Failure #436

Closed
wants to merge 4 commits into from
Closed

Fix MacOS CI Failure #436

wants to merge 4 commits into from

Conversation

Jaeyoung-Lim
Copy link
Member

@Jaeyoung-Lim Jaeyoung-Lim commented Mar 13, 2020

Current master is failing on building MacOS

Fixes #434

@TSC21
Copy link
Member

TSC21 commented Mar 13, 2020

@Jaeyoung-Lim the problem seems that it is looking for tinyxml2 7, while you have 8 installed from brew.

https://travis-ci.org/github/PX4/sitl_gazebo/jobs/661970946#L3204

@TSC21
Copy link
Member

TSC21 commented Mar 13, 2020

@Jaeyoung-Lim try this:

brew uninstall --force tinyxml2
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/58ff03657eba8e510d63ad28e0ccb982fc9d06c8/Formula/tinyxml2.rb
brew pin tinyxml2

@Jaeyoung-Lim Jaeyoung-Lim force-pushed the pr-fix-cifails branch 2 times, most recently from 147ef40 to e25da93 Compare March 13, 2020 18:08
Revert "Force linking"

This reverts commit 147ef40c1ee713da63a1700d63c0cf7fc4618c35.

ignore dependencies


F
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.

CI Fails on MacOS
2 participants