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 95e24f5 commit 7089045Copy full SHA for 7089045
ci/test/00_setup_env_native_sqlite.sh
@@ -10,4 +10,4 @@ export CONTAINER_NAME=ci_native_sqlite
10
export PACKAGES="python3-zmq qtbase5-dev qttools5-dev-tools libdbus-1-dev libharfbuzz-dev"
11
export DEP_OPTS="NO_BDB=1 NO_UPNP=1 DEBUG=1"
12
export GOAL="install"
13
-export BITCOIN_CONFIG="--enable-zmq --enable-reduce-exports --with-sqlite --without-bdb"
+export BITCOIN_CONFIG="--enable-zmq --enable-reduce-exports --with-sqlite --without-bdb CC=gcc-11 CXX=g++-11"
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++-11 \
175
g++-14 \
176
g++-arm-linux-gnueabihf \
177
g++-mingw-w64-x86-64 \
0 commit comments