Skip to content

Commit 95e24f5

Browse files
committed
ci: install GCC 14 and use it on nowallet depends and build
1 parent 0e9105e commit 95e24f5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci/test/00_setup_env_native_nowallet.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export LC_ALL=C.UTF-8
99
export CONTAINER_NAME=ci_native_nowallet
1010
export HOST=x86_64-pc-linux-gnu
1111
export PACKAGES="python3-zmq"
12-
export DEP_OPTS="NO_WALLET=1"
12+
export DEP_OPTS="NO_WALLET=1 CC=gcc-14 CXX=g++-14"
1313
export GOAL="install"
14-
export BITCOIN_CONFIG="--enable-reduce-exports --with-boost-process"
14+
export BITCOIN_CONFIG="--enable-reduce-exports --with-boost-process CC=gcc-14 CXX=g++-14"

contrib/containers/ci/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ RUN set -ex; \
171171
RUN apt-get update && apt-get install $APT_ARGS \
172172
bc \
173173
gawk \
174+
g++-14 \
174175
g++-arm-linux-gnueabihf \
175176
g++-mingw-w64-x86-64 \
176177
jq \

0 commit comments

Comments
 (0)