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.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
