-
Notifications
You must be signed in to change notification settings - Fork 22
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
bumping version to 2023.06 and masking OpenSSL to older than v3.* #184
Conversation
Instance
|
Check if the bot is bot: help |
@@ -26,6 +26,9 @@ prefix_mask_packages: | | |||
# stick to GCC 9.x; using a too recent compiler in the compat layer complicates stuff in the software layer, | |||
# see for example https://github.com/EESSI/software-layer/issues/151 | |||
>=sys-devel/gcc-10 | |||
# see https://github.com/EESSI/software-layer/issues/257 | |||
# and https://github.com/EESSI/software-layer/issues/258 | |||
<dev-libs/openssl-3 |
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.
This should be >=
(see the masking for GCC above)
fixed in trz42#2
consistently bump version to 2023.06 + fix masking of OpenSSL 3.*
…42/compatibility-layer into eessi-2023.06-gentoo-2949284
Testing updated bot instance: bot: help |
was merged via #188 |
This is the first attempt to build a new compatibility layer for EESSI ... ah, an we are curious if the bot can build it or not.