RTEMS Source Builder | source-builder: Prevent downloads during the build phase (!161)
Chris Johns (@chris)
gitlab at rtems.org
Mon Jul 28 02:43:12 UTC 2025
Merge request https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/161 was reviewed by Chris Johns
--
Chris Johns started a new discussion on source-builder/sb/build.py: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/161#note_127677
> opt_name = None
> download_only = False
> + copy_target = False
This mixes the type on the `copy_target` and I do not think that is a good idea. Please set this variable to `None` and then make the check `is not None` in the `source()` function.
--
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/161
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250728/5355b11e/attachment-0001.htm>
More information about the bugs
mailing list