Skip to content

Commit

Permalink
ci: build nowallet depends+src using GCC 14
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Nov 21, 2024
1 parent 97a9b11 commit 3263879
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ci/test/00_setup_env_native_nowallet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3263879

Please sign in to comment.