diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 6a7dd97a..b7459213 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -253,7 +253,11 @@ jobs: if: contains(matrix.os, 'centos') || contains(matrix.os, 'fedora') run: | yum update -y - yum groupinstall "Development Tools" -y + if [[ ${{ matrix.os }} == "quay.io/centos/centos:stream9" ]]; then + yum groupinstall "Development Tools" -y + else + yum group install "development-tools" -y + fi yum install python3 \ python3-pip \ wget \ @@ -351,7 +355,7 @@ jobs: chmod +x package_CentOS/opt/ansys_python_manager/ansys_python_manager version=v`cat ./src/ansys/tools/installer/VERSION` echo "APPLICATION_VERSION=$version" >> $GITHUB_ENV - fpm -v $version --fpm-options-file linux/non-debian/fpm-options-centos + fpm -v $version --fpm-options-file linux/non-debian/fpm-options-centos --verbose cp ./linux/non-debian/installer_CentOS.sh installer_CentOS.sh cp ./linux/non-debian/updater_CentOS.sh updater_CentOS.sh chmod +x installer_CentOS.sh updater_CentOS.sh ansys_python_manager_CentOS.rpm @@ -374,7 +378,7 @@ jobs: chmod +x package_Fedora/opt/ansys_python_manager/ansys_python_manager version=v`cat ./src/ansys/tools/installer/VERSION` echo "APPLICATION_VERSION=$version" >> $GITHUB_ENV - fpm -v $version --fpm-options-file linux/non-debian/fpm-options-fedora + fpm -v $version --fpm-options-file linux/non-debian/fpm-options-fedora --verbose cp ./linux/non-debian/installer_CentOS.sh installer_Fedora.sh cp ./linux/non-debian/updater_CentOS.sh updater_Fedora.sh chmod +x installer_Fedora.sh updater_Fedora.sh ansys_python_manager_Fedora.rpm diff --git a/doc/source/installer.rst b/doc/source/installer.rst index b7dbe01d..0e40f84b 100644 --- a/doc/source/installer.rst +++ b/doc/source/installer.rst @@ -162,7 +162,7 @@ Installing the ``Ansys Python Manager`` .. code:: shell sudo yum update -y; - sudo yum groupinstall 'Development Tools' -y; + sudo yum group install 'Development Tools' -y; sudo yum install wget gnome-terminal libffi-devel openssl-devel rpm-build sqlite-devel sqlite-libs libXinerama-devel coreutils -y; #. Install **zlib** package using **wget**