-
-
Notifications
You must be signed in to change notification settings - Fork 634
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
ci: fixes macOS builds #1019
base: main
Are you sure you want to change the base?
ci: fixes macOS builds #1019
Conversation
Thanks Ramon! |
Thanks, but all the other builds are failing (see CI) |
seems the touch ups with protobuf are failing. I will take a look. |
It should be ok now. |
@@ -118,7 +120,7 @@ export LDFLAGS="$QT_HOME/lib" | |||
Clone the repository into **~/plotjuggler_ws**: | |||
|
|||
```shell | |||
git clone https://github.com/facontidavide/PlotJuggler.git ~/plotjuggler_ws/src/PlotJuggler | |||
git clone https://github.com/PX4/PlotJuggler.git ~/plotjuggler_ws/src/PlotJuggler |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exactly 😄
@@ -10,24 +10,24 @@ endif() | |||
find_package(ZeroMQ QUIET) | |||
|
|||
if(ZeroMQ_FOUND) | |||
message(STATUS "[ZeroMQ] found") | |||
# message(STATUS "[ZeroMQ] found") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please cleanup comments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is going on here?
Are you intentionally removing ZeroMQ plugin?
ed79ea6
to
dc9cb8c
Compare
@facontidavide we made a few changes can you please approve the workflow runs? thank you |
085c880
to
b1ad089
Compare
ci: Fixes macOS builds (#1) adds runners for both Intel and Apple silicon macs --------- Co-authored-by: Daniel Agar <[email protected]> Co-authored-by: Ramon Roche <[email protected]>
I rebased and seems on local repo it passed all CI checks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments from @mrpollo
This pr fixes the macOS CI