mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 11:15:50 +00:00
feat: Update to GCC 14.3 (#2344)
Testing in: https://github.com/XRPLF/clio/pull/2345
This commit is contained in:
4
.github/workflows/update_docker_ci.yml
vendored
4
.github/workflows/update_docker_ci.yml
vendored
@@ -30,8 +30,8 @@ concurrency:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
CLANG_MAJOR_VERSION: 19
|
CLANG_MAJOR_VERSION: 19
|
||||||
GCC_MAJOR_VERSION: 12
|
GCC_MAJOR_VERSION: 14
|
||||||
GCC_VERSION: 12.3.0
|
GCC_VERSION: 14.3.0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
repo:
|
repo:
|
||||||
|
|||||||
@@ -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 12.3.0
|
- GCC 14.3.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
|
||||||
|
|||||||
@@ -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=12
|
compiler.version=14
|
||||||
os=Linux
|
os=Linux
|
||||||
|
|
||||||
[conf]
|
[conf]
|
||||||
tools.build:compiler_executables={"c": "/usr/bin/gcc-12", "cpp": "/usr/bin/g++-12"}
|
tools.build:compiler_executables={"c": "/usr/bin/gcc-14", "cpp": "/usr/bin/g++-14"}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ ARG UBUNTU_VERSION
|
|||||||
|
|
||||||
ARG GCC_MAJOR_VERSION
|
ARG GCC_MAJOR_VERSION
|
||||||
|
|
||||||
ARG BUILD_VERSION=7
|
ARG BUILD_VERSION=0
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Package: gcc-12-ubuntu-UBUNTUVERSION
|
Package: gcc-14-ubuntu-UBUNTUVERSION
|
||||||
Version: VERSION
|
Version: VERSION
|
||||||
Architecture: TARGETARCH
|
Architecture: TARGETARCH
|
||||||
Maintainer: Alex Kremer <akremer@ripple.com>
|
Maintainer: Alex Kremer <akremer@ripple.com>
|
||||||
|
|||||||
Reference in New Issue
Block a user