Skip to content

Commit 3263879

Browse files
committed
ci: build nowallet depends+src using GCC 14
1 parent 97a9b11 commit 3263879

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{
2020
"depends_name": "x86_64-pc-linux-gnu_nowallet",
2121
"host": "x86_64-pc-linux-gnu",
22-
"dep_opts": "NO_WALLET=1"
22+
"dep_opts": "NO_WALLET=1 CC=gcc-14 CXX=g++-14"
2323
}
2424
]
2525
},

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ x86_64-pc-linux-gnu_nowallet:
201201
- .skip-in-fast-mode-template
202202
variables:
203203
HOST: x86_64-pc-linux-gnu
204-
DEP_OPTS: "NO_WALLET=1"
204+
DEP_OPTS: "NO_WALLET=1 CC=gcc-14 CXX=g++-14"
205205

206206
x86_64-pc-linux-gnu_multiprocess:
207207
extends:

ci/test/00_setup_env_native_nowallet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export CONTAINER_NAME=ci_native_nowallet
1010
export PACKAGES="python3-zmq"
1111
export DEP_OPTS="NO_WALLET=1"
1212
export GOAL="install"
13-
export BITCOIN_CONFIG="--enable-reduce-exports --with-boost-process"
13+
export BITCOIN_CONFIG="--enable-reduce-exports --with-boost-process CC=gcc-14 CXX=g++-14"

0 commit comments

Comments
 (0)