Skip to content

Commit 7089045

Browse files
committed
ci: install GCC 11 and use it on sqlite build
1 parent 95e24f5 commit 7089045

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/test/00_setup_env_native_sqlite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export CONTAINER_NAME=ci_native_sqlite
1010
export PACKAGES="python3-zmq qtbase5-dev qttools5-dev-tools libdbus-1-dev libharfbuzz-dev"
1111
export DEP_OPTS="NO_BDB=1 NO_UPNP=1 DEBUG=1"
1212
export GOAL="install"
13-
export BITCOIN_CONFIG="--enable-zmq --enable-reduce-exports --with-sqlite --without-bdb"
13+
export BITCOIN_CONFIG="--enable-zmq --enable-reduce-exports --with-sqlite --without-bdb CC=gcc-11 CXX=g++-11"

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++-11 \
174175
g++-14 \
175176
g++-arm-linux-gnueabihf \
176177
g++-mingw-w64-x86-64 \

0 commit comments

Comments
 (0)