chore: Build GCC 15.2 (#2426)

This commit is contained in:
Ayaz Salikhov
2025-08-12 19:37:44 +01:00
committed by GitHub
parent 6c68360234
commit de9b79adf0
4 changed files with 6 additions and 6 deletions

View File

@@ -30,8 +30,8 @@ concurrency:
env: env:
CLANG_MAJOR_VERSION: 19 CLANG_MAJOR_VERSION: 19
GCC_MAJOR_VERSION: 14 GCC_MAJOR_VERSION: 15
GCC_VERSION: 14.3.0 GCC_VERSION: 15.2.0
jobs: jobs:
repo: repo:

View File

@@ -10,7 +10,7 @@ The image is based on Ubuntu 20.04 and contains:
- ClangBuildAnalyzer 1.6.0 - ClangBuildAnalyzer 1.6.0
- Conan 2.17.0 - Conan 2.17.0
- Doxygen 1.12 - Doxygen 1.12
- GCC 14.3.0 - GCC 15.2.0
- gh 2.74 - gh 2.74
- git-cliff 2.9.1 - git-cliff 2.9.1
- mold 2.40.1 - mold 2.40.1

View File

@@ -4,8 +4,8 @@ build_type=Release
compiler=gcc compiler=gcc
compiler.cppstd=20 compiler.cppstd=20
compiler.libcxx=libstdc++11 compiler.libcxx=libstdc++11
compiler.version=14 compiler.version=15
os=Linux os=Linux
[conf] [conf]
tools.build:compiler_executables={"c": "/usr/bin/gcc-14", "cpp": "/usr/bin/g++-14"} tools.build:compiler_executables={"c": "/usr/bin/gcc-15", "cpp": "/usr/bin/g++-15"}

View File

@@ -1,4 +1,4 @@
Package: gcc-14-ubuntu-UBUNTUVERSION Package: gcc-15-ubuntu-UBUNTUVERSION
Version: VERSION Version: VERSION
Architecture: TARGETARCH Architecture: TARGETARCH
Maintainer: Alex Kremer <akremer@ripple.com> Maintainer: Alex Kremer <akremer@ripple.com>