Commit bb64932
CI Bot
Fix: Add missing .gitmodules and enable submodule checkout in CI
The OpenVX-cts directory was configured as a submodule but the .gitmodules
file was never committed. Additionally, the CI workflow was not initializing
submodules during checkout.
This commit:
- Adds .gitmodules with proper configuration for OpenVX-cts submodule
- Updates CI workflow to use submodules: recursive for checkout action
Fixes the CI failure where OpenVX-cts directory was empty during build.1 parent d6fc043 commit bb64932
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments