Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ feat(workflows): enhanced source build workflow for dependency managment #29

Merged
merged 4 commits into from
Nov 15, 2024

Conversation

kluge7
Copy link
Contributor

@kluge7 kluge7 commented Nov 15, 2024

Source build workflow now supports the repo having a bash script, needs to be called requirements.sh, which can be used to install dependencies, in addition to those installed using rosdep. This is needed in case a dependency is not supported by rosdep.

kluge7 and others added 4 commits November 11, 2024 22:52
…dependency-installation-script-in-reusable-source-build-pipeline

feat(ci): add support for external dependency script in source build pipeline
@kluge7 kluge7 added devops DevOps team responsible enhancement New feature or request labels Nov 15, 2024
@kluge7 kluge7 self-assigned this Nov 15, 2024
@kluge7 kluge7 merged commit bb7ebf7 into main Nov 15, 2024
1 check passed
kluge7 added a commit that referenced this pull request Nov 16, 2024
…ifacts on failure and enchanced dependency management (#30)

* ✨ feat(workflows): enhanced source build workflow for dependency managment (#29)

Source build workflow now supports the repo having a bash script, needs to be called requirements.sh, which can be used to install dependencies, in addition to those installed using rosdep. This is needed in case a dependency is not supported by rosdep.

---------

Co-authored-by: Andreas Kluge Svendsrud <[email protected]>
Co-authored-by: Vegard Johansen <[email protected]>
kluge7 added a commit that referenced this pull request Nov 16, 2024
…ifacts on failure and enchanced dependency management (#31)

* ✨ feat(workflows): enhanced source build workflow for dependency managment (#29)

Source build workflow now supports the repo having a bash script, needs to be called requirements.sh, which can be used to install dependencies, in addition to those installed using rosdep. This is needed in case a dependency is not supported by rosdep.

---------

Co-authored-by: Andreas Kluge Svendsrud <[email protected]>
Co-authored-by: Vegard Johansen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops DevOps team responsible enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants