RTEMS | waf exits too early when building all BSPs at once (#5252)
Chris Johns (@chris)
gitlab at rtems.org
Thu May 29 00:10:07 UTC 2025
Chris Johns commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5252#note_122978
I remembered why `rtems_waf` derives the environment. It is a copy and not a reference so `conf` instance's `env` is not polluted. Python copies the reference to a `dict` and you need a deep copy or you get cross-talk.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5252#note_122978
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/20250529/216529d9/attachment.htm>
More information about the bugs
mailing list