pjrobertson I believe we're on track to have new servers with Rocky 9 some time in Q2.
Note that we most likely will not be upgrading existing servers, but we can migrate customers to new servers with minimal downtime.
Regarding g++, you can use an updated dev stack in your shell by running source scl_source enable devtoolset-11
, for example:
[demo@opal14 ~]$ source scl_source enable devtoolset-11
[demo@opal14 ~]$ g++ --version
g++ (GCC) 11.2.1 20220127 (Red Hat 11.2.1-9)
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.