RTEMS Source Builder | Windows only code in common area is path.py (#38)
Chris Johns (@chris)
gitlab at rtems.org
Mon Oct 7 07:09:54 UTC 2024
Chris Johns created an issue: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/38
Assignee: Gedare Bloom
The change to detect Windows 11 in !63 is in the common area and should have been guarded with a check of `nt`. It has broken non-Windows builds:
```
windows11 = sys.getwindowsversion().build >= 22000
^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'sys' has no attribute 'getwindowsversion'
```
--
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/38
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/20241007/5a4d26c0/attachment.htm>
More information about the bugs
mailing list