-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
None
Description of problem:
Even after the changes with the commit,, we could still see GCC 11 in the RHAIIS Container image. And due to this g++ is also missing as toolset is not enabled.
Version numbers (base image, wheels, builder, etc):
RHAIIS Container Image : quay.io/aipcc/rhaiis/spyre-ubi9:3.2.4-1761350529
Steps to Reproduce:
(app-root) /opt/app-root$ gcc --version gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-5) Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (app-root) /opt/app-root$ g++ --version bash: g++: command not found (app-root) /opt/app-root$ echo $PATH /opt/app-root/src/.local/bin:/opt/app-root/src/bin:/usr/share/Modules/bin:/opt/ibm/spyre/sentinyexec/bin:/opt/ibm/spyre/senlib/bin:/opt/ibm/spyre/runtime/bin:/opt/ibm/spyre/tvm/bin:/opt/app-root/src/bin:/opt/app-root/src/.local/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/lib64/openmpi/bin:/usr/sbin:/usr/bin:/sbin:/bin (app-root) /opt/app-root$ . /opt/rh/gcc-toolset-14/enable (app-root) /opt/app-root$ gcc --version gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8) Copyright (C) 2024 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (app-root) /opt/app-root$ g++ --version g++ (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8) Copyright (C) 2024 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
We need gcc-toolset-14 in RHAIIS Container Image as well.
Additional info: https://redhat-internal.slack.com/archives/C079FE5H94J/p1761649355775079?thread_ts=1761592933.047449&cid=C079FE5H94J