Skip to content

Commit

Permalink
sap_hana_preconfigure: Add compat-sap-c++-13
Browse files Browse the repository at this point in the history
SAP HANA 2.0 SPS08 is built with GCC13, so we need to install
compat-sap-c++-13.

Solves #893.

Signed-off-by: Bernd Finger <[email protected]>
  • Loading branch information
berndfinger committed Nov 22, 2024
1 parent 0822cb5 commit 5404749
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/sap_hana_preconfigure/vars/RedHat_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ __sap_hana_preconfigure_packages:
- nfs-utils
# SAP NOTE 3108302:
- tuned-profiles-sap-hana
# SAP NOTE 3449186 - Required for HANA 2.0 SPS08:
- compat-sap-c++-13

__sap_hana_preconfigure_packages_min_install:
# SAP NOTE 3108316:
Expand Down Expand Up @@ -240,6 +242,8 @@ __sap_hana_preconfigure_packages_min_install:
# - nfs-utils
# SAP NOTE 3108302:
- tuned-profiles-sap-hana
# SAP NOTE 3449186 - Required for HANA 2.0 SPS08:
- compat-sap-c++-13

# URL for the IBM Power Systems service and productivity tools, see https://www.ibm.com/support/pages/service-and-productivity-tools
__sap_hana_preconfigure_ibm_power_repo_url: 'https://public.dhe.ibm.com/software/server/POWER/Linux/yum/download/ibm-power-repo-latest.noarch.rpm'
Expand Down

0 comments on commit 5404749

Please sign in to comment.