RTEMS | build: add tool build key validation (!1125)
saksham balsane (@sak8644)
gitlab at rtems.org
Mon Mar 16 17:02:15 UTC 2026
saksham balsane commented on a discussion on wscript: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1125#note_145733
> + if match:
> + return match.group(1)
> +
> + return None
> +
> +
> +def validate_build_key(tool_key, required_key):
> + return tool_key >= required_key
> +
> +
> def configure(conf):
> check_forbidden_options(conf, ["compiler"])
> configure_version(conf)
> check_environment(conf)
> +
> + # Tool build key validation
the validation logic is moved to spec/build/cpukit/optgcc.yml
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1125#note_145733
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/20260316/fbe59c40/attachment.htm>
More information about the bugs
mailing list