File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff 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
206206x86_64-pc-linux-gnu_multiprocess :
207207 extends :
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ export CONTAINER_NAME=ci_native_nowallet
1010export PACKAGES=" python3-zmq"
1111export DEP_OPTS=" NO_WALLET=1"
1212export 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 "
You can’t perform that action at this time.
0 commit comments