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
make git optional to support offline and packaged builds
Previously the build script unconditionally required `git` to update
submodules and apply patches. This breaks offline builds for vendored
workspaces and environments without git installed where the files are
already present but `.git` is absent.
The new build flow is as follows:
- Conditionally run `git submodule` only if the `mavlink` directory is a
submodule.
- Add an explicit existence check for the `message_definitions/v1.0`
directory to provide a clear error message if submodule was omitted.
Signed-off-by: Onur Özkan <work@onurozkan.dev>
0 commit comments