-
Notifications
You must be signed in to change notification settings - Fork 101
drop mavlink submodule #474
Copy link
Copy link
Closed as not planned
Labels
kind:improvementChange that makes existing behavior better.Change that makes existing behavior better.scope:dependenciesUpdates dependency versions or dependency related filesUpdates dependency versions or dependency related files
Description
We can improve the automation for fetching dialect files by using a simple script. The script would read a commit hash from a file called "commit_hash" for https://github.com/mavlink/mavlink and pull the dialect files into the directory called "dialect_definitions" which would then be committed (to this repository).
CI could run this script to ensure the expected dialects exist in the repository. When we want to update the dialect files, we would only need to update the commit hash in the commit_hash file and run the script.
This would remove the git prerequisite from the build script and simplify it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind:improvementChange that makes existing behavior better.Change that makes existing behavior better.scope:dependenciesUpdates dependency versions or dependency related filesUpdates dependency versions or dependency related files