We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9105e commit 95e24f5Copy full SHA for 95e24f5
ci/test/00_setup_env_native_nowallet.sh
@@ -9,6 +9,6 @@ export LC_ALL=C.UTF-8
9
export CONTAINER_NAME=ci_native_nowallet
10
export HOST=x86_64-pc-linux-gnu
11
export PACKAGES="python3-zmq"
12
-export DEP_OPTS="NO_WALLET=1"
+export DEP_OPTS="NO_WALLET=1 CC=gcc-14 CXX=g++-14"
13
export GOAL="install"
14
-export BITCOIN_CONFIG="--enable-reduce-exports --with-boost-process"
+export BITCOIN_CONFIG="--enable-reduce-exports --with-boost-process CC=gcc-14 CXX=g++-14"
contrib/containers/ci/Dockerfile
@@ -171,6 +171,7 @@ RUN set -ex; \
171
RUN apt-get update && apt-get install $APT_ARGS \
172
bc \
173
gawk \
174
+ g++-14 \
175
g++-arm-linux-gnueabihf \
176
g++-mingw-w64-x86-64 \
177
jq \
0 commit comments