File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ os_release_detect() {
249
249
;;
250
250
centos|rocky|rhel)
251
251
# Supported centos/rocky/rhel releases
252
- set -- 8 8.8 9 9.1 9.2
252
+ set -- 8 8.8 8.9 9 9.1 9.2
253
253
254
254
for item in " $@ " ;
255
255
do
@@ -776,6 +776,7 @@ grpc_collector_deploy() {
776
776
" Linux centos 8" | \
777
777
" Linux centos 9" | \
778
778
" Linux rocky 8.8" | \
779
+ " Linux rocky 8.9" | \
779
780
" Linux rhel 8" | \
780
781
" Linux rhel 9" | \
781
782
" Linux rhel 9.1" | \
@@ -792,7 +793,7 @@ grpc_collector_deploy() {
792
793
yum install -y epel-release > /dev/null 2>&1 || die " error - epel-release install failure" " ${err_epel_failure} "
793
794
794
795
# Switch to a recent gcc version (old centos/rocky/rhel release)
795
- if [ " ${_os_info} " = " Linux centos 8" ] || [ " ${_os_info} " = " Linux rhel 8" ] || [ " ${_os_info} " = " Linux rocky 8.8" ]; then
796
+ if [ " ${_os_info} " = " Linux centos 8" ] || [ " ${_os_info} " = " Linux rhel 8" ] || [ " ${_os_info} " = " Linux rocky 8.8" ] || [ " ${_os_info} " = " Linux rocky 8.9 " ] ; then
796
797
yum -y install gcc-toolset-11 > /dev/null 2>&1
797
798
source /opt/rh/gcc-toolset-11/enable
798
799
fi
You can’t perform that action at this time.
0 commit comments