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
The docs.rs build fails because the build script expects a location to an external LinuxCNC source checkout.
So:
Let's add a vendored-linuxcnc (or better named) feature to allow usage of a bundled version of the LinuxCNC sources. This should be pinned to the latest stable LinuxCNC release.
Add another feature for internal use which only generates bindings and does not attempt to build anything against the LinuxCNC sources. This should really be used for docs.rs builds only.
The text was updated successfully, but these errors were encountered:
The docs.rs build fails because the build script expects a location to an external LinuxCNC source checkout.
So:
vendored-linuxcnc
(or better named) feature to allow usage of a bundled version of the LinuxCNC sources. This should be pinned to the latest stable LinuxCNC release.The text was updated successfully, but these errors were encountered: