-
Notifications
You must be signed in to change notification settings - Fork 691
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
chore(motion_velocity_planner_universe): fix build depends (#10122) #10139
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
We should have 2 versions of https://github.com/autowarefoundation/autoware.universe/blob/main/build_depends.repos for:
PRs against I'll look into how to parameterize this from the build-and-test-differential workflow based on the branch the PR is against. |
quick prompting:
something like this should do it. will implement it tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also fixes the buildfarm build. Thanks @xmfcx !
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
fbd6f27
to
b25b10c
Compare
I've made this PR include the commit from: This PR will be merged with a merge commit to the humble branch. Then another PR will be made to increment the version for patch. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## humble #10139 +/- ##
==========================================
- Coverage 29.28% 29.28% -0.01%
==========================================
Files 1440 1442 +2
Lines 108118 108148 +30
Branches 42641 42641
==========================================
+ Hits 31667 31671 +4
+ Misses 73400 73349 -51
- Partials 3051 3128 +77
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.