-
Notifications
You must be signed in to change notification settings - Fork 3
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
Preliminar support for RHEL 10 (Development Only) #94
Conversation
Compilation is now supported o RHEL 10 Beta. It can be used for development purposes. Signed-off-by: Vinícius Ferrão <[email protected]>
The software is now able to run until the end in dry mode. Some hacks were made and corners cutted. The repos class must be removed, we cannot continue with it. Signed-off-by: Vinícius Ferrão <[email protected]>
|
constexpr std::string_view CLOYSTER_REPO_EL10 = { | ||
#include "cloysterhpc/repos/el10/cloyster.repo" | ||
|
||
}; | ||
|
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.
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.
Yes that's very bad. I just extended the bad implementation that was already in place. This class must be thrown away. It's on the commit notes.
Delete te entire Here's my tree on EL9:
And here on EL10:
It should be a local issue. |
Compilation is now supported on RHEL 10 Beta. It can be used for development purposes.