pulp-platform / pulp_cluster

The multi-core cluster of a PULP system.
Other
56 stars 21 forks source link

Use Git submodules to handle SW dependencies #52

Closed ricted98 closed 8 months ago

ricted98 commented 9 months ago

Use submodules instead of Makefile targets with specific commit hashes to handle pulp-runtime and regression_tests SW dependencies. Individual Makefile target are still available to maintain compatibility with the CI and other flows which rely on them, but git submodules command are used.

yvantor commented 8 months ago

Closing this.