You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, Akri does not compile without libudev which is not available on MacOS. I believe we can resolve this by only having workspace members be Akri's core crates (agent, controller, and discovery handlers) and having the samples and discovery handler libraries be independent of the workspace.
The text was updated successfully, but these errors were encountered:
Moving only the discovery handler libraries out of the workspace won't change anything I think. You would only move udev crate from direct dependency to indirect as the discovery handler module will pull its library.
I believe the right way to do this would be to first finish #489 and have a similar thing for discovery handlers, I wonder if this would require dropping the agent-full flavor of the agent as well.
Issue has been automatically marked as stale due to inactivity for 90 days. Update the issue to remove label, otherwise it will be automatically closed.
Right now, Akri does not compile without
libudev
which is not available on MacOS. I believe we can resolve this by only having workspace members be Akri's core crates (agent
,controller
, and discovery handlers) and having the samples and discovery handler libraries be independent of the workspace.The text was updated successfully, but these errors were encountered: