We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ca50d commit 1764ac3Copy full SHA for 1764ac3
hpccm/building_blocks/yum.py
@@ -194,7 +194,8 @@ def __setup(self):
194
self.__commands.append('yum-config-manager --set-enabled powertools')
195
196
if (self.__release_stream and
197
- hpccm.config.g_linux_version >= Version('8.0')):
+ hpccm.config.g_linux_version >= Version('8.0') and
198
+ hpccm.config.g_linux_version < Version('9.0')):
199
# This needs to be a discrete, preliminary step so that
200
# packages from release stream are available to be installed.
201
self.__commands.append('yum install -y centos-release-stream')
0 commit comments