Sebastian Huber started a new discussion on wscript: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1125#note_145615 > + 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 I would move these tool-specific checks to the associated tool discovery option: `spec/build/cpukit/optgcc.yml`. You can use the `script` action to run a custom configuration script doing these checks. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1125#note_145615 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
