ci: build nowallet depends+src using GCC 14

This commit is contained in:
Kittywhiskers Van Gogh 2024-11-21 05:36:40 +00:00
parent 97a9b11b6b
commit 3263879a87
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
{
"depends_name": "x86_64-pc-linux-gnu_nowallet",
"host": "x86_64-pc-linux-gnu",
"dep_opts": "NO_WALLET=1"
"dep_opts": "NO_WALLET=1 CC=gcc-14 CXX=g++-14"
}
]
},

View File

@ -201,7 +201,7 @@ x86_64-pc-linux-gnu_nowallet:
- .skip-in-fast-mode-template
variables:
HOST: x86_64-pc-linux-gnu
DEP_OPTS: "NO_WALLET=1"
DEP_OPTS: "NO_WALLET=1 CC=gcc-14 CXX=g++-14"
x86_64-pc-linux-gnu_multiprocess:
extends:

View File

@ -10,4 +10,4 @@ export CONTAINER_NAME=ci_native_nowallet
export PACKAGES="python3-zmq"
export DEP_OPTS="NO_WALLET=1"
export GOAL="install"
export BITCOIN_CONFIG="--enable-reduce-exports --with-boost-process"
export BITCOIN_CONFIG="--enable-reduce-exports --with-boost-process CC=gcc-14 CXX=g++-14"