-
Notifications
You must be signed in to change notification settings - Fork 72
build: add DOWNLOAD_ARTIFACTS option to let user choose. Defaults to false #164
build: add DOWNLOAD_ARTIFACTS option to let user choose. Defaults to false #164
Conversation
…false Signed-off-by: Esteve Fernandez <[email protected]>
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #164 +/- ##
=======================================
Coverage 11.23% 11.23%
=======================================
Files 33 33
Lines 2385 2385
Branches 1260 1260
=======================================
Hits 268 268
Misses 1672 1672
Partials 445 445
*This pull request uses carry forward flags. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
I have a question regarding adding the build option. When I run the build, there are a lot of warning message coming out from the packages that does not use DOWNLOAD_ARTIFACTS variable. Are there anyway to suppress these warnings other than filtering the packages by build command:
warning message:
|
@mitsudome-r thanks for trying it out. Yes, that message can be annoying, let me check if there's a way to suppress it. |
@mitsudome-r I tried a few things, but they won't work because not all packages depend on So the options I can think of are:
The reason it worked with https://gitlab.com/autowarefoundation/autoware.auto/AutowareAuto/-/blob/15d2e91a2b3c8cd61b20b7e6e79da32919c2cbcd/src/tools/autoware_auto_cmake/cmake/autoware_auto_cmake.cmake#L33 is because all the Autoware.Auto packages used |
I'm closing this PR because following the discussion in autowarefoundation/autoware.universe#3137 (comment) we will remove the logic for downloading artifacts, and deploy them via ansible and point users where to manually download them. |
Description
Added option for all packages to let user choose if they want to download artifacts. Defaults to false.
See https://gitlab.com/autowarefoundation/autoware.auto/AutowareAuto/-/blob/15d2e91a2b3c8cd61b20b7e6e79da32919c2cbcd/src/tools/autoware_auto_cmake/cmake/autoware_auto_cmake.cmake#L33)
Fixes autowarefoundation/autoware.universe#3137
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.