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
Submodules can be switched out for pre-compiled debian files, which will significantly boost compile times for the CI pipeline and our embedded devices.
Testing Approach
Regular CI pipeline should cover the testing for this; the repository build shouldn't pass unless we have all the necessary source files.
The text was updated successfully, but these errors were encountered:
# PR Summary
PR Link: [Link](#76)
Issue Link: [Link](#75)
### Description
Switches compilation-heavy submodules for pre-compiled debians to assist
CI pipeline and embedded devices.
### Reviewers
- Required: @MaxxWilson
---
### Changelog
- Switches submodules to track VEXU_GHOST forks.
- Changes setup_submodules.sh script to pull debians from new
ghost_dependencies repository instead of compiling from source locally.
- Skips debianized submodules in build and test scripts.
- Skips building visualization packages on arm machines (jetson).
- Adds reverse-ssh tunnel to CI pipeline for post-failure debugging.
Description
Testing Approach
The text was updated successfully, but these errors were encountered: