-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the runkratos
executable
#11898
Conversation
- The CI script no longer defines `INSTALL_RUNKRATOS`. - Also removed the `INSTALL_RUNKRATOS` definition from the top-level `CMakeLists.txt` file. As a result, it will no longer attempt to build the `runkratos` executable. - Also removed the `INSTALL_RUNKRATOS` definition from two other configuration scripts. - Removed the description of `-DINSTALL_RUNKRATOS` from the top-level `INSTALL.md` file.
Also removed the specific `CMakeLists.txt` file that was used for building the `runkratos` executable.
Also updated some custom scripts such that they no longer attempt to execute the `runkratos` executable.
Also removed all references to `runkratos` from help texts and docstrings.
@roigcarlo: could you please review the changes that are proposed in this PR? @loumalouomega: are these changes in line with your suggestions for PR #11506? Many thanks in advance for your feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay from my side
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, all good fro my side
📝 Description
This PR extracts the changes related to the removal of
runkratos
from PR #11506. The aim is to assist in breaking down PR #11506 into smaller pieces that can be reviewed more easily and which can be merged back separately. In essence, this PR removes the source of therunkratos
executable as well as its build instructions. Furthermore, all scripts that used to callrunkratos
have been updated. Also the documentation has been updated, such that it no longer references therunkratos
executable.When approved, the commits will be squashed.