Want to subscribe to topics you're interested in?
Become a Member

Beta Branch more prep for EL 8.9 and EL 9.3 GCC 13 support in 130.00beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Nov 6, 2023.

  1. eva2000

    eva2000 Administrator Staff Member

    55,811
    12,273
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,859
    Local Time:
    4:54 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    more prep for EL 8.9 and EL 9.3 GCC 13 support in 130.00beta01

    - better logic for determining when GCC 12 and GCC 13 gcc-toolset compiler support is available. EL 8.7/9.1 added GCC 12 and EL 8.9/9.3 which are currently in beta release cycle will add GCC 13.
    - EL8 default to GCC 8.5 native compiler and EL9 default to GCC 11 native compiler but Centmin Mod uses minimum GCC 11 for EL8 and GCC 12 for EL9 right now - this update adds logic so if EL9 is <9.3, it will use GCC 12 and if EL9 below <9.1 will use GCC 11 correctly instead of trying GCC 12 which wouldn't be available in EL <9.1.

    Continue reading...

    130.00beta01 branch

    Support Centmin Mod


    If you find Centmin Mod useful, please help support Centmin Mod

     
  2. eva2000

    eva2000 Administrator Staff Member

    55,811
    12,273
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,859
    Local Time:
    4:54 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    From my automated testing of AlmaLinux 9.3 beta with GCC 13

    Code (Text):
    NAME="AlmaLinux"
    VERSION="9.3 (Shamrock Pampas Cat)"
    ID="almalinux"
    ID_LIKE="rhel centos fedora"
    VERSION_ID="9.3"
    PLATFORM_ID="platform:el9"
    PRETTY_NAME="AlmaLinux 9.3 Beta (Shamrock Pampas Cat)"
    ANSI_COLOR="0;34"
    LOGO="fedora-logo-icon"
    CPE_NAME="cpe:/o:almalinux:almalinux:9::baseos"
    HOME_URL="https://almalinux.org/"
    DOCUMENTATION_URL="https://wiki.almalinux.org/"
    BUG_REPORT_URL="https://bugs.almalinux.org/"
    ALMALINUX_MANTISBT_PROJECT="AlmaLinux-9"
    ALMALINUX_MANTISBT_PROJECT_VERSION="9.3"
    REDHAT_SUPPORT_PRODUCT="AlmaLinux"
    REDHAT_SUPPORT_PRODUCT_VERSION="9.3 Beta"
    

     
  3. eva2000

    eva2000 Administrator Staff Member

    55,811
    12,273
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,859
    Local Time:
    4:54 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    And from AlmaLinux 8.9 beta testing with GCC 13